Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ outputs = [
|
|
25 |
|
26 |
title = "Simple Image captioning Application"
|
27 |
description = "Upload an image to see the caption generated"
|
28 |
-
example =['
|
29 |
|
30 |
gr.Interface(
|
31 |
caption_images,
|
|
|
25 |
|
26 |
title = "Simple Image captioning Application"
|
27 |
description = "Upload an image to see the caption generated"
|
28 |
+
example =['messi.jpg']
|
29 |
|
30 |
gr.Interface(
|
31 |
caption_images,
|