Update app.py
Browse files
app.py
CHANGED
@@ -147,6 +147,13 @@ def CTXGen(X1, X2, τ, g_num, length_range, model_name):
|
|
147 |
|
148 |
with gr.Blocks() as demo:
|
149 |
gr.Markdown("# Conotoxin Conditional Generation")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
with gr.Row():
|
151 |
X1 = gr.Dropdown(choices=['<α7>','<AChBP>','<α4β2>','<α3β4>','<Ca22>','<α3β2>', '<Na12>','<α9α10>','<K16>', '<α1β1γδ>',
|
152 |
'<K13>', '<α1BAR>', '<α1β1ε>', '<α1AAR>', '<GluN3A>', '<GluN2B>', '<α75HT3>', '<Na14>',
|
|
|
147 |
|
148 |
with gr.Blocks() as demo:
|
149 |
gr.Markdown("# Conotoxin Conditional Generation")
|
150 |
+
gr.Markdown("#### Input")
|
151 |
+
gr.Markdown("✅**Subtype**: subtype of action. For example, α7")
|
152 |
+
gr.Markdown("✅**Potency**: required potency. For example, High")
|
153 |
+
gr.Markdown("✅**τ**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity")
|
154 |
+
gr.Markdown("✅**Number of generations**: if it is not completed within 1200 seconds, it will automatically stop.")
|
155 |
+
gr.Markdown("✅**Length range**: expected length range of conotoxins generated")
|
156 |
+
gr.Markdown("✅**Model**: model parameters trained at different stages of data augmentation. Please refer to the paper for details.")
|
157 |
with gr.Row():
|
158 |
X1 = gr.Dropdown(choices=['<α7>','<AChBP>','<α4β2>','<α3β4>','<Ca22>','<α3β2>', '<Na12>','<α9α10>','<K16>', '<α1β1γδ>',
|
159 |
'<K13>', '<α1BAR>', '<α1β1ε>', '<α1AAR>', '<GluN3A>', '<GluN2B>', '<α75HT3>', '<Na14>',
|