Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def generate_caption(image):
|
|
57 |
|
58 |
gr.Interface(fn=generate_caption,
|
59 |
inputs=gr.Image(label='Upload a photo',type="pil"),
|
60 |
-
outputs=gr.Label(label='
|
61 |
examples=['1015584366.jpg','1028205764_7e8df9a2ea.jpg','1024138940_f1fefbdce1.jpg','108899015_bf36131a57.jpg'],
|
62 |
title='Image Caption Generator',
|
63 |
theme='dark'
|
|
|
57 |
|
58 |
gr.Interface(fn=generate_caption,
|
59 |
inputs=gr.Image(label='Upload a photo',type="pil"),
|
60 |
+
outputs=gr.Label(label='Caption Genrerated'),
|
61 |
examples=['1015584366.jpg','1028205764_7e8df9a2ea.jpg','1024138940_f1fefbdce1.jpg','108899015_bf36131a57.jpg'],
|
62 |
title='Image Caption Generator',
|
63 |
theme='dark'
|