minwoosun commited on
Commit
78a758b
·
verified ·
1 Parent(s): fd78d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def main(input_file_path, species):
62
  # Construct the command
63
  command = [
64
  'python',
65
- '/home/user/app/eval_single_anndata.py',
66
  '--adata_path', input_file_path,
67
  '--dir', dir_path,
68
  '--model_loc', model_loc
 
62
  # Construct the command
63
  command = [
64
  'python',
65
+ '/home/user/app/UCE/eval_single_anndata.py',
66
  '--adata_path', input_file_path,
67
  '--dir', dir_path,
68
  '--model_loc', model_loc