Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,18 @@ iface = gr.Interface(
|
|
69 |
gr.Textbox(label="Subtype"),
|
70 |
gr.Textbox(label="Potency"),
|
71 |
gr.Textbox(label="Top5")
|
72 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
)
|
74 |
iface.launch()
|
|
|
69 |
gr.Textbox(label="Subtype"),
|
70 |
gr.Textbox(label="Potency"),
|
71 |
gr.Textbox(label="Top5")
|
72 |
+
],
|
73 |
+
title="Conotoxin Label Prediction",
|
74 |
+
description="""
|
75 |
+
|
76 |
+
✅ **Subtype**: X if needs to be predicted
|
77 |
+
|
78 |
+
✅ **Potency**: X if needs to be predicted
|
79 |
+
|
80 |
+
✅ **Conotoxin**: conotoxin needs to be predicted
|
81 |
+
|
82 |
+
✅ **Model**: model parameters trained at different stages of data augmentation. Please refer to the paper for details.
|
83 |
+
|
84 |
+
"""
|
85 |
)
|
86 |
iface.launch()
|