Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
KingNish/OpenCHAT-Mini
SansarK
/
OpenCHAT-mini
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SansarK
commited on
Jul 23, 2024
Commit
b4896f1
·
verified
·
1 Parent(s):
6877ba2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -216,4 +216,4 @@ demo = gr.ChatInterface(
216
],
217
cache_examples=False,
218
)
219
-
demo.launch()
216
],
217
cache_examples=False,
218
)
219
+
demo.launch(
show_error=True
)