Spaces:
Running
Running
Commit
·
2f6bf76
1
Parent(s):
b412584
test
Browse files
app.py
CHANGED
@@ -129,8 +129,8 @@ def test(ligand, protein):
|
|
129 |
return e, e
|
130 |
|
131 |
with gr.Blocks() as demo:
|
132 |
-
ligand = gr.File(label="ligand")
|
133 |
-
protein = gr.File(label="
|
134 |
IC50 = gr.Textbox(label="Predicted IC50 Value")
|
135 |
K = gr.Textbox(label="Predicted K Value")
|
136 |
|
|
|
129 |
return e, e
|
130 |
|
131 |
with gr.Blocks() as demo:
|
132 |
+
ligand = gr.File(label="Please input ligand 3D structure file.")
|
133 |
+
protein = gr.File(label="Please input protein 3D structure file (.pdb format).")
|
134 |
IC50 = gr.Textbox(label="Predicted IC50 Value")
|
135 |
K = gr.Textbox(label="Predicted K Value")
|
136 |
|