Update app.py
Browse files
app.py
CHANGED
@@ -55,12 +55,12 @@ def CTXGen(X1,X2,X3,model_name):
|
|
55 |
iface = gr.Interface(
|
56 |
fn=CTXGen,
|
57 |
inputs=[
|
58 |
-
gr.Dropdown(choices=['
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
gr.Dropdown(choices=['X','<high>','<low>'], label="Potency"),
|
65 |
gr.Textbox(label="Conotoxin"),
|
66 |
gr.Dropdown(choices=['model_final.pt','model_C1.pt','model_C2.pt','model_C3.pt','model_C4.pt','model_C5.pt','model_mlm.pt'], label="Model")
|
|
|
55 |
iface = gr.Interface(
|
56 |
fn=CTXGen,
|
57 |
inputs=[
|
58 |
+
gr.Dropdown(choices=['<AChBP>', '<Ca12>', '<Ca13>', '<Ca22>', '<Ca23>', '<GABA>', '<GluN2A>', '<GluN2B>', '<GluN2C>', '<GluN2D>', '<GluN3A>',
|
59 |
+
'<K11>', '<K12>', '<K13>', '<K16>', '<K17>', '<Kshaker>',
|
60 |
+
'<Na11>', '<Na12>', '<Na13>', '<Na14>', '<Na15>', '<Na16>', '<Na17>', '<Na18>', '<NaTTXR>', '<NaTTXS>', '<NET>',
|
61 |
+
'<α1AAR>', '<α1BAR>', '<α1β1γ>', '<α1β1γδ>', '<α1β1δ>', '<α1β1δε>', '<α1β1ε>', '<α2β2>', '<α2β4>', '<α3β2>', '<α3β4>',
|
62 |
+
'<α4β2>', '<α4β4>', '<α6α3β2>', '<α6α3β2β3>', '<α6α3β4>', '<α6α3β4β3>', '<α6β3β4>', '<α6β4>', '<α7>', '<α7α6β2>',
|
63 |
+
'<α75HT3>', '<α9>', '<α9α10>'], label="Subtype"),
|
64 |
gr.Dropdown(choices=['X','<high>','<low>'], label="Potency"),
|
65 |
gr.Textbox(label="Conotoxin"),
|
66 |
gr.Dropdown(choices=['model_final.pt','model_C1.pt','model_C2.pt','model_C3.pt','model_C4.pt','model_C5.pt','model_mlm.pt'], label="Model")
|