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 18, 2023
Commit
4fd6833
·
1 Parent(s):
1062aec
remove share from demo
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -537,4 +537,4 @@ with gr.Blocks() as demo:
537
outputs=[thank_you, download_file]
538
)
539
540
-
demo.launch(
share=True, enable_queue=False, debug=True
)
537
outputs=[thank_you, download_file]
538
)
539
540
+
demo.launch()