Spaces:
Running
on
L4
Running
on
L4
simonduerr
commited on
Commit
•
43105fe
1
Parent(s):
a63c803
Update inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as app:
|
|
25 |
input_sequence = gr.Textbox(lines=3, label="Input Protein sequence (FASTA)")
|
26 |
input_ligand = gr.Textbox(lines=3, label="Input ligand SMILES")
|
27 |
with gr.Row():
|
28 |
-
input_msa = gr.File(label="Input Protein MSA (
|
29 |
input_protein = gr.File(label="Input protein monomer")
|
30 |
|
31 |
|
|
|
25 |
input_sequence = gr.Textbox(lines=3, label="Input Protein sequence (FASTA)")
|
26 |
input_ligand = gr.Textbox(lines=3, label="Input ligand SMILES")
|
27 |
with gr.Row():
|
28 |
+
input_msa = gr.File(label="Input Protein MSA (A3M)")
|
29 |
input_protein = gr.File(label="Input protein monomer")
|
30 |
|
31 |
|