Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse filesuncomment uploading
app.py
CHANGED
@@ -243,7 +243,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
|
|
243 |
|
244 |
print(f"CSV file '{filename}' created successfully.")
|
245 |
full_path = os.path.join("fileHandler", filename)
|
246 |
-
|
247 |
|
248 |
|
249 |
task_type_map = {0: "ER", 1: "ME"}
|
|
|
243 |
|
244 |
print(f"CSV file '{filename}' created successfully.")
|
245 |
full_path = os.path.join("fileHandler", filename)
|
246 |
+
upload_to_dataset(full_path)
|
247 |
|
248 |
|
249 |
task_type_map = {0: "ER", 1: "ME"}
|