Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
vector
/
space_test
like
0
Build error
App
Files
Files
Community
vector
commited on
Feb 1, 2023
Commit
c9dc129
•
1 Parent(s):
e736300
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -14,5 +14,5 @@ def sepia(input_img):
14
15
16
17
-
-
demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
18
-
-
demo.launch()
14
15
16
17
+
demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
18
+
demo.launch()