Spaces:
Runtime error
Runtime error
Commit
·
e55a64f
1
Parent(s):
b8738cc
Update app.py
Browse filesgood things fall apart
app.py
CHANGED
@@ -38,8 +38,8 @@ def caption_hashtags(text):
|
|
38 |
|
39 |
input_upload = gr.Image(label="Upload any Image")
|
40 |
output = [
|
41 |
-
gr.Textbox(
|
42 |
-
gr.Textbox(
|
43 |
]
|
44 |
|
45 |
title = "Instagram Image Captioning"
|
|
|
38 |
|
39 |
input_upload = gr.Image(label="Upload any Image")
|
40 |
output = [
|
41 |
+
gr.Textbox(label="Captions"),
|
42 |
+
gr.Textbox(label="Hashtags"),
|
43 |
]
|
44 |
|
45 |
title = "Instagram Image Captioning"
|