Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
descript
/
vampnet
like
37
Runtime error
App
Files
Files
Community
13
Fetching metadata from the HF Docker repository...
Hugo Flores Garcia
commited on
Jul 11, 2023
Commit
c0a5ff0
·
1 Parent(s):
fc887bf
queue
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -508,4 +508,5 @@ with gr.Blocks() as demo:
508
outputs=[thank_you, download_file]
509
)
510
511
-
demo.
launch().
queue()
508
outputs=[thank_you, download_file]
509
)
510
511
+
demo.queue()
512
+
demo.launch()