Spaces:
Running
Running
simonduerr
commited on
Update inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as app:
|
|
44 |
"test_out.pdb"
|
45 |
],
|
46 |
],
|
47 |
-
[input_sequence, input_ligand],
|
48 |
)
|
49 |
reps = [
|
50 |
{
|
|
|
44 |
"test_out.pdb"
|
45 |
],
|
46 |
],
|
47 |
+
[input_sequence, input_ligand, input_protein],
|
48 |
)
|
49 |
reps = [
|
50 |
{
|