Spaces:
Sleeping
Sleeping
Update app.py
Browse fileschanged the uplaod files
app.py
CHANGED
@@ -245,7 +245,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
|
|
245 |
full_path = os.path.join("fileHandler", filename)
|
246 |
# upload_to_dataset(full_path)
|
247 |
|
248 |
-
|
249 |
task_type_map = {0: "ER", 1: "ME"}
|
250 |
label_map = {0: "unsuccessful", 1: "successful"}
|
251 |
|
|
|
245 |
full_path = os.path.join("fileHandler", filename)
|
246 |
# upload_to_dataset(full_path)
|
247 |
|
248 |
+
|
249 |
task_type_map = {0: "ER", 1: "ME"}
|
250 |
label_map = {0: "unsuccessful", 1: "successful"}
|
251 |
|