Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
@@ -26,7 +26,6 @@ from segments import SegmentsClient
|
|
26 |
from datetime import datetime
|
27 |
import sys
|
28 |
import os
|
29 |
-
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "../0_label_scripts")))
|
30 |
from get_labels_from_samples import (
|
31 |
get_samples as get_samples_objects,
|
32 |
export_frames_and_annotations,
|
|
|
26 |
from datetime import datetime
|
27 |
import sys
|
28 |
import os
|
|
|
29 |
from get_labels_from_samples import (
|
30 |
get_samples as get_samples_objects,
|
31 |
export_frames_and_annotations,
|