Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ data = pd.read_csv(data_path, dtype={"id": "Int64"}) # 確保 id 為標準 Pytho
|
|
70 |
current_index = 0
|
71 |
current_errors = []
|
72 |
|
73 |
-
annotations_file = DATASET_DIR / f"
|
74 |
# ---------------------------------------------------------------------------------------------------------------------
|
75 |
|
76 |
def get_all_ids():
|
|
|
70 |
current_index = 0
|
71 |
current_errors = []
|
72 |
|
73 |
+
annotations_file = DATASET_DIR / f"test_annotations-{uuid4()}.json"
|
74 |
# ---------------------------------------------------------------------------------------------------------------------
|
75 |
|
76 |
def get_all_ids():
|