mgyigit commited on
Commit
41c2b33
·
verified ·
1 Parent(s): 2963ba6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def function(model_name: str, num_molecules: int, seed_num: int):
133
  "Max Length": [scores["max_len"].iloc[0]]
134
  })
135
 
136
- output_file_path = f'experiments/inference/{model_name}/inference_drugs.txt'
137
 
138
  new_path = f'{model_name}_denovo_mols.smi'
139
  os.rename(output_file_path, new_path)
 
133
  "Max Length": [scores["max_len"].iloc[0]]
134
  })
135
 
136
+ output_file_path = f'/home/user/app/experiments/inference/{model_name}/inference_drugs.txt'
137
 
138
  new_path = f'{model_name}_denovo_mols.smi'
139
  os.rename(output_file_path, new_path)