Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rowsquared
/
devalbot
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gtani
commited on
Jun 23
Commit
471d9e6
·
1 Parent(s):
70c30dd
Add ssr_mode=False to demo queue launch for improved performance
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ with gr.Blocks(css_paths=["static/deval.css"],theme = gr.themes.Default(primary_
57
58
59
60
-
demo.queue().launch(auth=AUTHS,share=True)
57
58
59
60
+
demo.queue().launch(auth=AUTHS,share=True
, ssr_mode=False
)