simonduerr commited on
Commit
b845900
·
verified ·
1 Parent(s): c2f27bf

Update inference_app.py

Browse files
Files changed (1) hide show
  1. inference_app.py +1 -1
inference_app.py CHANGED
@@ -153,7 +153,7 @@ def predict (input_sequence, input_ligand, input_protein):
153
 
154
  end_time = time.time()
155
  run_time = end_time - start_time
156
- return ["/usr/src/app/output.pdb","/usr/src/app/docking_pose.sdf"], run_time
157
 
158
  with gr.Blocks() as app:
159
 
 
153
 
154
  end_time = time.time()
155
  run_time = end_time - start_time
156
+ return [input_protein.name,"/usr/src/app/docking_pose.sdf"], run_time
157
 
158
  with gr.Blocks() as app:
159