Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
KingNish/OpenCHAT-mini2
kolyanxerox
/
OpenCHAT-mini2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kolyanxerox
commited on
Sep 7, 2024
Commit
3a62037
·
verified
·
1 Parent(s):
e23cdf7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -217,4 +217,4 @@ demo = gr.ChatInterface(
217
],
218
cache_examples=False,
219
)
220
-
demo.launch()
217
],
218
cache_examples=False,
219
)
220
+
demo.launch(
show_error=True
)