Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thebotforge
/
chat-about-state-of-the-union
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ajwthompson
commited on
Feb 9, 2023
Commit
814ee31
·
1 Parent(s):
dd8f353
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -99,4 +99,4 @@ with block:
99
outputs=[agent_state],
100
)
101
102
-
block.launch(debug=True)
99
outputs=[agent_state],
100
)
101
102
+
block.launch(debug=True
,api_name="chat"
)