Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gaur3009
/
editor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gaur3009
commited on
Jun 16
Commit
a67f04e
·
verified
·
1 Parent(s):
a57237e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ interface = gr.Interface(
38
)
39
40
interface.api_name = "/run_edit"
41
-
interface.launch()
38
)
39
40
interface.api_name = "/run_edit"
41
+
interface.launch(
show_error = True
)