Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yoon-gu
/
langgraph-ui
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yoon-gu
commited on
14 days ago
Commit
72ce352
·
verified
·
1 Parent(s):
b6ebb96
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -87,4 +87,4 @@ demo = gr.ChatInterface(
87
)
88
89
if __name__ == "__main__":
90
-
demo.launch()
87
)
88
89
if __name__ == "__main__":
90
+
demo.launch(
ssr_mode=False
)