Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
fast-diff
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omnibus
commited on
Oct 25, 2023
Commit
66c96a4
·
1 Parent(s):
8803911
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -68,4 +68,4 @@ gr.Interface(
68
fn=send_it,
69
inputs=["image","number","number"],
70
outputs=["gallery"]
71
-
)
68
fn=send_it,
69
inputs=["image","number","number"],
70
outputs=["gallery"]
71
+
)
.launch()