Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts-debug/sample-chat
abidlabs
/
sample-chat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF staff
commited on
Dec 2, 2024
Commit
1f1c7b5
·
verified
·
1 Parent(s):
f37b501
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,4 @@ def fn(message, history):
5
return message
6
7
8
-
gr.ChatInterface(fn=fn).launch()
5
return message
6
7
8
+
gr.ChatInterface(fn=fn).launch(
show_error=True
)