Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bstraehle/gaia
Psiska
/
General_AI_Assistant
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
Apr 28, 2025
Commit
2cf8acd
·
verified
·
1 Parent(s):
aeb0fed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,4 +58,4 @@ demo = gr.Interface(fn = invoke,
58
cache_examples = False
59
)
60
61
-
demo.launch()
58
cache_examples = False
59
)
60
61
+
demo.launch(
ssr_mode=False
)