Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JeffJing
/
ZookChatBot
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
JeffJing
commited on
Mar 20, 2023
Commit
28eb58d
·
1 Parent(s):
e4dec06
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ with block:
42
inputs=[message, state],
43
outputs=[chatbot, state])
44
45
-
block.launch(debug=True
, share=True
)
42
inputs=[message, state],
43
outputs=[chatbot, state])
44
45
+
block.launch(debug=True)