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
e4f94d7
·
1 Parent(s):
92567f9
Add share parameter and ssr_mode to demo queue launch for enhanced functionality
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -77,4 +77,4 @@ with gr.Blocks(css_paths=["static/deval.css"],theme = gr.themes.Default(primary_
77
78
79
80
-
demo.queue().launch(auth=AUTHS)
77
78
79
80
+
demo.queue().launch(auth=AUTHS
,share=True, ssr_mode=False
)