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
5 days ago
Commit
86ec42e
·
verified
·
1 Parent(s):
20f9209
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(
debug=True, share=True
)
90
multimodal=True,
91
fill_height=True,
92
)
93
+
demo.launch()