Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ def main(input_file_path, species, default_dataset):
|
|
| 115 |
'python',
|
| 116 |
BASE_PATH + 'eval_single_anndata.py',
|
| 117 |
'--adata_path', input_file_path,
|
| 118 |
-
'--dir',
|
| 119 |
'--model_loc', model_loc
|
| 120 |
]
|
| 121 |
|
|
|
|
| 115 |
'python',
|
| 116 |
BASE_PATH + 'eval_single_anndata.py',
|
| 117 |
'--adata_path', input_file_path,
|
| 118 |
+
'--dir', BASE_PATH,
|
| 119 |
'--model_loc', model_loc
|
| 120 |
]
|
| 121 |
|