Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Flamingo-Gradio-ImageDescribe
like
17
Runtime error
App
Files
Files
Community
awacke1
commited on
Feb 7, 2023
Commit
389147e
•
1 Parent(s):
9f99877
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -46,4 +46,4 @@ iface = gr.Interface(fn=predict_caption,
46
examples=examples,
47
outputs="text")
48
49
-
iface.launch()
46
examples=examples,
47
outputs="text")
48
49
+
iface.launch(
debug=True
)