simonduerr commited on
Commit
7023043
·
verified ·
1 Parent(s): 7e327ca

Update inference_app.py

Browse files
Files changed (1) hide show
  1. inference_app.py +1 -1
inference_app.py CHANGED
@@ -8,7 +8,7 @@ from gradio_molecule3d import Molecule3D
8
 
9
 
10
 
11
- def predict (input_sequence, input_ligand, input_protein):
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.