Spaces:
Sleeping
Sleeping
simonduerr
commited on
Update inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -8,7 +8,7 @@ from gradio_molecule3d import Molecule3D
|
|
8 |
|
9 |
|
10 |
|
11 |
-
def predict (
|
12 |
start_time = time.time()
|
13 |
# Do inference here
|
14 |
# return an output pdb file with the protein and two chains A and B.
|
|
|
8 |
|
9 |
|
10 |
|
11 |
+
def predict (input_seq_1, input_protein_1, input_seq_2, input_protein_2):
|
12 |
start_time = time.time()
|
13 |
# Do inference here
|
14 |
# return an output pdb file with the protein and two chains A and B.
|