Spaces:
Running
Running
Update app.py
Browse files
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)
|