Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alecinvan
/
image-captioning-tts
like
1
Runtime error
App
Files
Files
Community
alecinvan
commited on
Aug 11, 2023
Commit
235005a
•
1 Parent(s):
00c40c7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,5 @@ iface = gr.Interface(
38
)
39
40
41
-
iface.launch(share=True, debug=True)
38
)
39
40
41
+
#
iface.launch(share=True, debug=True)
42
+
iface.launch()