Spaces:
Runtime error
Runtime error
Update inference_app.py
Browse files- 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 [
|
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 |
|