Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whyumesh
/
fusion
like
1
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
whyumesh
commited on
Oct 11, 2024
Commit
65314b9
·
verified
·
1 Parent(s):
0e95924
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -185,4 +185,4 @@ iface = gr.Interface(
185
)
186
187
if __name__ == "__main__":
188
-
iface.launch()
185
)
186
187
if __name__ == "__main__":
188
+
iface.launch(
show_error=True
)