Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andrewgleave
/
tokbot
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
andrewgleave
commited on
Jan 20, 2023
Commit
7c04b17
·
1 Parent(s):
24fad8b
Remove debug flag
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -142,4 +142,4 @@ with block:
142
outputs=[agent_state],
143
)
144
145
-
block.launch(
debug=True
)
142
outputs=[agent_state],
143
)
144
145
+
block.launch()