Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
naikang
/
textImage
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CoCo
commited on
May 3, 2025
Commit
e4932e7
·
1 Parent(s):
c1b1b23
Upate sapce
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()
12
return sepia_img
13
14
demo = gr.Interface(sepia, gr.Image(), "image")
15
+
demo.launch(
share=True
)