minwoosun commited on
Commit
fd60fa3
·
verified ·
1 Parent(s): e2972d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -92,9 +92,9 @@ def main(input_file_path, species, default_dataset):
92
  print(dir_path)
93
  print(model_loc)
94
 
95
- # Verify adata_path is not None
96
- if input_file_path is None or not os.path.exists(input_file_path):
97
- raise ValueError(f"Invalid adata_path: {input_file_path}. Please check if the file exists.")
98
 
99
  # Construct the command
100
  command = [
 
92
  print(dir_path)
93
  print(model_loc)
94
 
95
+ # # Verify adata_path is not None
96
+ # if input_file_path is None or not os.path.exists(input_file_path):
97
+ # raise ValueError(f"Invalid adata_path: {input_file_path}. Please check if the file exists.")
98
 
99
  # Construct the command
100
  command = [