Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TDN-M
/
GV-a
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TDN-M
commited on
1 day ago
Commit
cf030b8
·
verified
·
1 Parent(s):
c34c848
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -152,4 +152,4 @@ def interface():
152
# Khởi chạy ứng dụng
153
if __name__ == "__main__":
154
app = interface()
155
-
app.launch()
152
# Khởi chạy ứng dụng
153
if __name__ == "__main__":
154
app = interface()
155
+
app.launch(
share=True
)