Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mehulkatara
/
PassportPhoto
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mehulkatara
commited on
Nov 15, 2023
Commit
cf14e47
·
1 Parent(s):
40f666c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,7 +27,7 @@ def image_mod(image):
27
28
demo = gr.Interface(
29
image_mod,
30
-
gr.Image(),
31
"image",
32
)
33
27
28
demo = gr.Interface(
29
image_mod,
30
+
gr.Image(
type='pil'
),
31
"image",
32
)
33