Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
efraim1011
/
Image_filter
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
efraim1011
commited on
Jul 1, 2024
Commit
2a2df21
·
verified
·
1 Parent(s):
201b45b
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
return sepia_img
13
14
demo = gr.Interface(sepia, gr.Image(), "image")
15
-
demo.launch(
share=True
)
12
return sepia_img
13
14
demo = gr.Interface(sepia, gr.Image(), "image")
15
+
demo.launch()