Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
fast-segment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omnibus
commited on
Oct 23, 2023
Commit
d5e2a3f
·
1 Parent(s):
70a95aa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,6 +13,6 @@ def seg(inp):
13
14
gr.Interface(
15
fn=seg,
16
-
inputs=gr.Image(),
17
outputs=gr.Image()
18
).launch()
13
14
gr.Interface(
15
fn=seg,
16
+
inputs=gr.Image(
type='filepath'
),
17
outputs=gr.Image()
18
).launch()