Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dj-dawgs-ipd
/
IPD_IMAGE_PIPELINE
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
siddhantuniyal
commited on
27 days ago
Commit
3ddc0e7
·
verified
·
1 Parent(s):
ab650c6
feat: set show_error to True in launch()
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,4 +91,4 @@ iface = gr.Interface(fn=predict,
91
)
92
93
if __name__ == "__main__":
94
-
iface.launch()
91
)
92
93
if __name__ == "__main__":
94
+
iface.launch(
show_error=True
)