Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blueradiance
/
masking
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
blueradiance
commited on
Apr 21
Commit
40b4f7e
·
verified
·
1 Parent(s):
0353945
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -311,4 +311,4 @@ with gr.Blocks() as demo:
311
)
312
313
# ✅ 반드시 필요! Gradio 실행
314
-
demo.launch()
311
)
312
313
# ✅ 반드시 필요! Gradio 실행
314
+
demo.launch(
share=True, log=False
)