Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
huggingface-projects/repo_duplicator
Dependify
/
duplicator
Like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
radames
commited on
Jan 3, 2024
Commit
d39b290
·
1 Parent(s):
2136e7b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -59,4 +59,5 @@ interface = gr.Interface(
59
allow_flagging="never",
60
live=False,
61
)
62
-
interface.
launch
(
enable_queue=True
)
59
allow_flagging="never",
60
live=False,
61
)
62
+
interface.
queue
()
63
+
interface.launch()