Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
|
@@ -6,7 +6,6 @@ from segments import SegmentsClient
|
|
| 6 |
from datetime import datetime
|
| 7 |
import sys
|
| 8 |
import os
|
| 9 |
-
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "../0_label_scripts")))
|
| 10 |
from get_labels_from_samples import (
|
| 11 |
get_samples as get_samples_objects,
|
| 12 |
export_frames_and_annotations,
|
|
|
|
| 6 |
from datetime import datetime
|
| 7 |
import sys
|
| 8 |
import os
|
|
|
|
| 9 |
from get_labels_from_samples import (
|
| 10 |
get_samples as get_samples_objects,
|
| 11 |
export_frames_and_annotations,
|