Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Frantz103
/
CaptionQuest
like
1
Paused
App
Files
Files
Community
Frantz103
commited on
Oct 16, 2023
Commit
735217e
•
1 Parent(s):
016b78f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -234,7 +234,7 @@ img_cap_ui = gr.Interface(
234
theme=gr.themes.Soft()
235
)
236
237
-
img_cap_ui.launch(
debug=True
)
238
239
240
234
theme=gr.themes.Soft()
235
)
236
237
+
img_cap_ui.launch()
238
239
240