nguyen-brat commited on
Commit
3e023b8
·
1 Parent(s): 0ad1f80
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -95,8 +95,6 @@ if uploaded_file is not None:
95
 
96
  # Save the uploaded file temporarily
97
  _, input_path, output_path = create_temp_structure()
98
- # input_path = "test_folder"
99
- # output_path = "target_test"
100
  # os.makedirs(input_path, exist_ok=True)
101
  # os.makedirs(osp(output_path, "result"), exist_ok=True)
102
  # os.makedirs(osp(output_path, "mask"), exist_ok=True)
 
95
 
96
  # Save the uploaded file temporarily
97
  _, input_path, output_path = create_temp_structure()
 
 
98
  # os.makedirs(input_path, exist_ok=True)
99
  # os.makedirs(osp(output_path, "result"), exist_ok=True)
100
  # os.makedirs(osp(output_path, "mask"), exist_ok=True)