Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -1886,7 +1886,7 @@ higher identities usually lead to greater confidence in the predictions.<br>
|
|
1886 |
# value='Family-Specific Auto-Recommendation',
|
1887 |
# label='Step 4. Select a Preset Model')
|
1888 |
target_identify_preset = gr.Dropdown(
|
1889 |
-
choices=['DeepConvDTI', 'DeepDTA', 'DrugVQA', 'DrugBAN', 'HyperAttentionDTI', 'MGraphDTA'],
|
1890 |
value='DrugBAN',
|
1891 |
label='Step 4. Select a Preset Model')
|
1892 |
identify_preset_recommend_btn = gr.Button(value='OR Let Us Recommend for You',
|
|
|
1886 |
# value='Family-Specific Auto-Recommendation',
|
1887 |
# label='Step 4. Select a Preset Model')
|
1888 |
target_identify_preset = gr.Dropdown(
|
1889 |
+
choices=['DeepConvDTI', 'DeepDTA', 'DrugVQA-Seq', 'DrugBAN', 'HyperAttentionDTI', 'MGraphDTA'],
|
1890 |
value='DrugBAN',
|
1891 |
label='Step 4. Select a Preset Model')
|
1892 |
identify_preset_recommend_btn = gr.Button(value='OR Let Us Recommend for You',
|