Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mrbeliever
/
Multimodal-Image-Generator
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mrbeliever
commited on
Feb 18, 2024
Commit
83b6176
·
verified
·
1 Parent(s):
eef7aed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -45,3 +45,5 @@ iface = gr.Interface(
45
46
# Launch the interface
47
iface.launch()
45
46
# Launch the interface
47
iface.launch()
48
+
except Exception as e:
49
+
print(f"Error: {e}")