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
92567f9
·
1 Parent(s):
a3dead0
Remove share parameter from demo queue launch for cleaner configuration
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
,share=True, ssr_mode=False
)
77
78
79
80
+
demo.queue().launch(auth=AUTHS)