Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,8 @@ import os
|
|
6 |
|
7 |
########## Aiken's edit ##########
|
8 |
sys.path.append(os.path.join(os.getcwd(), "GroundingDINO"))
|
|
|
|
|
9 |
######################
|
10 |
|
11 |
from matplotlib.pyplot import step
|
@@ -779,7 +781,7 @@ def seg_track_app():
|
|
779 |
)
|
780 |
|
781 |
app.queue(concurrency_count=1)
|
782 |
-
app.launch(debug=True, enable_queue=True
|
783 |
|
784 |
|
785 |
if __name__ == "__main__":
|
|
|
6 |
|
7 |
########## Aiken's edit ##########
|
8 |
sys.path.append(os.path.join(os.getcwd(), "GroundingDINO"))
|
9 |
+
|
10 |
+
#In below I removed from app.launch(debug=True, enable_queue=True, share=True) share=True part
|
11 |
######################
|
12 |
|
13 |
from matplotlib.pyplot import step
|
|
|
781 |
)
|
782 |
|
783 |
app.queue(concurrency_count=1)
|
784 |
+
app.launch(debug=True, enable_queue=True)
|
785 |
|
786 |
|
787 |
if __name__ == "__main__":
|