Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yash-srivastava19
/
insta_captions
like
3
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
yash-srivastava19
commited on
May 29, 2023
Commit
2951498
·
1 Parent(s):
a229014
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ interface = gr.Interface(
53
outputs=output,
54
title=title,
55
)
56
-
interface.launch(debug=True
, share=True
)
53
outputs=output,
54
title=title,
55
)
56
+
interface.launch(debug=True)