Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
WueNLP
/
Centurio-Demo
like
4
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Gregor
commited on
4 days ago
Commit
cf4b92c
·
verified
·
1 Parent(s):
f3c21b2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,4 +90,4 @@ demo = gr.ChatInterface(fn=bot_streaming, title="Centurio Demo",
90
multimodal=True,
91
fill_height=True,
92
)
93
-
demo.launch()
90
multimodal=True,
91
fill_height=True,
92
)
93
+
demo.launch(
share=True
)