Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TDN-M
/
read
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TDN-M
commited on
Jun 21
Commit
ae2006f
·
verified
·
1 Parent(s):
9f66a8c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -85,4 +85,4 @@ with gr.Blocks() as iface:
85
86
# Khởi chạy ứng dụng
87
if __name__ == "__main__":
88
-
iface.launch()
85
86
# Khởi chạy ứng dụng
87
if __name__ == "__main__":
88
+
iface.launch(
share=True
)