Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ovi054
/
image-i1-dev
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ovi054
commited on
15 days ago
Commit
972e264
·
verified
·
1 Parent(s):
c2417b1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -115,4 +115,4 @@ iface = gr.Interface(
115
outputs=gr.Image(label="output"),
116
)
117
118
-
iface.launch()
115
outputs=gr.Image(label="output"),
116
)
117
118
+
iface.launch(
debug=True
)