Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chegue100
/
mychat
like
0
Sleeping
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Chegue100
commited on
Jul 27, 2024
Commit
6efcab4
·
verified
·
1 Parent(s):
08bfd19
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ iface = gr.Interface(
25
)
26
27
# Launch the interface
28
-
iface.launch()
25
)
26
27
# Launch the interface
28
+
iface.launch(
share=True
)