Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sdafd
/
inpaint
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
sdafd
commited on
Aug 11, 2024
Commit
6e1afe0
·
verified
·
1 Parent(s):
d19cf40
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -49,4 +49,4 @@ with gr.Blocks() as demo:
49
)
50
51
# Launch the interface
52
-
demo.launch()
49
)
50
51
# Launch the interface
52
+
demo.launch(
show_error=True
)