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:
MarMont
/
MARITESS
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MarMont
commited on
Oct 15, 2023
Commit
eb2cdca
·
1 Parent(s):
7406912
enable queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -548,4 +548,4 @@ iface = gr.Interface(fn=main,
548
# examples=examples,
549
outputs=["text",
550
"text"])
551
-
iface.launch()
548
# examples=examples,
549
outputs=["text",
550
"text"])
551
+
iface.launch(
debug=True, enable_queue=True
)