Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wf123aaa
/
test_demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wf123aaa
commited on
Jul 13, 2023
Commit
3ac63a6
·
1 Parent(s):
3139d03
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ def sepia(input_img):
12
13
demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
14
15
-
demo.launch(
share=True
)
12
13
demo = gr.Interface(sepia, gr.Image(shape=(200, 200)), "image")
14
15
+
demo.launch()