Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EPFL-VILAB
/
FlexTok
like
5
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
roman-bachmann
commited on
Apr 1
Commit
f8de4d8
·
verified
·
1 Parent(s):
7611656
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -197,4 +197,4 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
197
outputs = [result]
198
)
199
200
-
demo.queue(max_size=10).launch()
197
outputs = [result]
198
)
199
200
+
demo.queue(max_size=10).launch(
share=True
)