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
70c30dd
·
1 Parent(s):
f904c62
Fix demo queue launch syntax for proper authentication and sharing
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -57,5 +57,4 @@ with gr.Blocks(css_paths=["static/deval.css"],theme = gr.themes.Default(primary_
57
58
59
60
-
demo.queue()
\
61
-
.launch(auth=AUTHS)
57
58
59
60
+
demo.queue()
.launch(auth=AUTHS,share=True)