Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Antoniskaraolis
/
AI_Application
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Antoniskaraolis
commited on
Nov 27, 2023
Commit
f785382
·
1 Parent(s):
32b3d3b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,4 +19,4 @@ iface = gr.Interface(
19
outputs="text"
20
)
21
22
-
iface.launch()
19
outputs="text"
20
)
21
22
+
iface.launch(
share=True
)