Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MWilinski
/
bot
like
2
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
MWilinski
commited on
Jul 15, 2023
Commit
6f24bb3
·
1 Parent(s):
3d07ea4
deploy 4
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ with gr.Blocks() as demo:
30
31
msg.submit(respond, [msg, chatbot], [msg, chatbot])
32
33
-
demo.launch(share=False)
30
31
msg.submit(respond, [msg, chatbot], [msg, chatbot])
32
33
+
demo.launch(share=False
, debug=True
)