Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minak28
/
foto_filter_28
like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
minak28
commited on
Oct 28, 2024
Commit
ca38c82
·
verified
·
1 Parent(s):
433b565
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -312,4 +312,4 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as app:
312
outputs=image_output
313
)
314
315
-
app.launch()
312
outputs=image_output
313
)
314
315
+
app.launch(
share=True
)