Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ iface = gr.Interface(fn=predict_event,
|
|
123 |
# inputs=gr.inputs.Image(type="pil"),
|
124 |
gr.Image(type="pil"),"image",
|
125 |
outputs = gr.outputs.Textbox(label="Caption generated by ViT+GPT-2")
|
126 |
-
|
127 |
|
128 |
|
129 |
|
|
|
123 |
# inputs=gr.inputs.Image(type="pil"),
|
124 |
gr.Image(type="pil"),"image",
|
125 |
outputs = gr.outputs.Textbox(label="Caption generated by ViT+GPT-2")
|
126 |
+
|
127 |
|
128 |
|
129 |
|