Spaces:
Runtime error
Runtime error
finished app no frills
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def train_and_inference(api_key, ontology_id, model_run_id):
|
|
113 |
if data_split not in ['training', 'validation']: # we are skipping 'test' for now
|
114 |
continue
|
115 |
|
116 |
-
image_url = f"{entry['Labeled Data'].split('
|
117 |
label = entry['Label']['classifications'][0]['answer']['value']
|
118 |
|
119 |
destination_folder = os.path.join(BASE_DIR, data_split, label)
|
|
|
113 |
if data_split not in ['training', 'validation']: # we are skipping 'test' for now
|
114 |
continue
|
115 |
|
116 |
+
image_url = f"{entry['Labeled Data'].split('?')[0]}"
|
117 |
label = entry['Label']['classifications'][0]['answer']['value']
|
118 |
|
119 |
destination_folder = os.path.join(BASE_DIR, data_split, label)
|