Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Diego-0121
/
ImaText
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Diego-0121
commited on
Oct 18, 2023
Commit
72cb518
·
1 Parent(s):
b8e0f00
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,6 +21,6 @@ iface = gr.Interface(
21
)
22
23
# Launch Gradio Interface
24
-
iface.launch()
25
26
21
)
22
23
# Launch Gradio Interface
24
+
iface.launch(
share= True
)
25
26