Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xiaoming32236046
/
yolov10_CTC
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xiaoming32236046
commited on
Jul 11, 2024
Commit
a7fc06d
·
verified
·
1 Parent(s):
7bc3a5f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -159,4 +159,4 @@ with gradio_app:
159
with gr.Column():
160
app()
161
if __name__ == '__main__':
162
-
gradio_app.launch()
159
with gr.Column():
160
app()
161
if __name__ == '__main__':
162
+
gradio_app.launch(
share=True
)