Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
83cd289
·
1 Parent(s):
d2b0c64
hmm
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -509,5 +509,4 @@ with gr.Blocks() as demo:
509
outputs=[thank_you, download_file]
510
)
511
512
-
demo.queue()
513
-
demo.launch()
509
outputs=[thank_you, download_file]
510
)
511
512
+
demo.queue()
.launch()