Spaces:
Sleeping
Sleeping
Update inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -134,6 +134,6 @@ with gr.Blocks() as app:
|
|
134 |
metrics = gr.JSON(label="Metrics")
|
135 |
run_time = gr.Textbox(label="Runtime")
|
136 |
|
137 |
-
btn.click(predict, inputs=[input_sequence, input_ligand, input_protein], outputs=[out,metrics, run_time])
|
138 |
|
139 |
app.launch()
|
|
|
134 |
metrics = gr.JSON(label="Metrics")
|
135 |
run_time = gr.Textbox(label="Runtime")
|
136 |
|
137 |
+
btn.click(predict, inputs=[input_sequence, input_ligand, input_msa, input_protein], outputs=[out,metrics, run_time])
|
138 |
|
139 |
app.launch()
|