suryadev1 commited on
Commit
1497320
·
verified ·
1 Parent(s): 252d825

Update app.py

Browse files

changed the uplaod files

Files changed (1) hide show
  1. app.py +1 -1
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
- # upload_to_dataset(full_path)
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