Spaces:
Sleeping
Sleeping
simonduerr
commited on
Commit
•
7e327ca
1
Parent(s):
c7c054f
Update inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as app:
|
|
50 |
|
51 |
],
|
52 |
],
|
53 |
-
[
|
54 |
)
|
55 |
reps = [
|
56 |
{
|
|
|
50 |
|
51 |
],
|
52 |
],
|
53 |
+
[input_seq_1, input_protein_1, input_seq_2, input_protein_2],
|
54 |
)
|
55 |
reps = [
|
56 |
{
|