Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lap1official
/
API
like
2
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Reality123b
commited on
Nov 10, 2024
Commit
9589aa5
·
verified
·
1 Parent(s):
a299294
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -298,4 +298,4 @@ demo = gr.ChatInterface(
298
css=custom_css
299
)
300
301
-
demo.launch()
298
css=custom_css
299
)
300
301
+
demo.launch(
share=True
)