Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mdpco
/
imagegen
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mdpco
commited on
Jan 1, 2024
Commit
175ac72
·
1 Parent(s):
27eccd9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,7 +10,7 @@ def sepia(input_img):
10
11
demo = gr.Interface(
12
sepia,
13
-
gr.Image(
element="image",
image_mode="RGB"),
14
"image"
15
)
16
10
11
demo = gr.Interface(
12
sepia,
13
+
gr.Image(image_mode="RGB"),
14
"image"
15
)
16