Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface-projects/repo_duplicator
not-lain
/
repo_duplicator
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
not-lain
commited on
Jul 31, 2024
Commit
39f2022
·
verified
·
1 Parent(s):
ac40162
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,4 @@ interface = gr.Interface(
70
live=False,
71
)
72
interface.queue()
73
-
interface.launch()
70
live=False,
71
)
72
interface.queue()
73
+
interface.launch(
show_error=True
)