Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -775,7 +775,7 @@ def seg_track_app():
|
|
| 775 |
)
|
| 776 |
|
| 777 |
app.queue(concurrency_count=1)
|
| 778 |
-
app.launch(debug=True, enable_queue=True
|
| 779 |
|
| 780 |
|
| 781 |
if __name__ == "__main__":
|
|
|
|
| 775 |
)
|
| 776 |
|
| 777 |
app.queue(concurrency_count=1)
|
| 778 |
+
app.launch(debug=True, enable_queue=True)
|
| 779 |
|
| 780 |
|
| 781 |
if __name__ == "__main__":
|