Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zxxie
/
lens_blur
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zxxie
commited on
Mar 21
Commit
da31e5c
·
verified
·
1 Parent(s):
61e2388
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -63,4 +63,4 @@ with gr.Blocks(css=css) as demo:
63
)
64
65
if __name__ == "__main__":
66
-
demo.launch()
63
)
64
65
if __name__ == "__main__":
66
+
demo.launch(
share=True
)