Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dennyaw
/
polylm1.7b
like
0
Sleeping
App
Files
Files
Community
dennyaw
commited on
Oct 21, 2023
Commit
205690b
•
1 Parent(s):
f7ce457
set debug true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -131,4 +131,4 @@ with gr.Blocks() as demo:
131
)
132
clear.click(lambda: None, None, chatbot, queue=False)
133
134
-
demo.launch()
131
)
132
clear.click(lambda: None, None, chatbot, queue=False)
133
134
+
demo.launch(
debug=True
)