Spaces:
Sleeping
Sleeping
Update inference_app.py
Browse files- inference_app.py +0 -1
inference_app.py
CHANGED
@@ -28,7 +28,6 @@ def predict(input_protein_1, input_protein_2):
|
|
28 |
# Do inference here
|
29 |
# return an output pdb file with the protein and two chains A and B.
|
30 |
output_file = "test_out.pdb"
|
31 |
-
print(input_protein_1, input_protein_2)
|
32 |
set_all_to_zero(input_protein_1, input_protein_2, output_file)
|
33 |
# also return a JSON with any metrics you want to report
|
34 |
metrics = {"F_nat": 100}
|
|
|
28 |
# Do inference here
|
29 |
# return an output pdb file with the protein and two chains A and B.
|
30 |
output_file = "test_out.pdb"
|
|
|
31 |
set_all_to_zero(input_protein_1, input_protein_2, output_file)
|
32 |
# also return a JSON with any metrics you want to report
|
33 |
metrics = {"F_nat": 100}
|