Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
snap-research
/
weights2weights
like
26
Running
on
Zero
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
amildravid4292
commited on
Jul 18, 2024
Commit
32ff4f9
·
verified
·
1 Parent(s):
621123f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -501,7 +501,7 @@ with gr.Blocks(css="style.css") as demo:
501
502
503
504
-
demo.queue().launch(
share=True
)
505
506
507
501
502
503
504
+
demo.queue().launch()
505
506
507