Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -230,7 +230,7 @@ with demo:
|
|
| 230 |
#gr.Textbox(dubug_result)
|
| 231 |
|
| 232 |
with gr.Column():
|
| 233 |
-
gr.Markdown("## Select a base model and a corresponding
|
| 234 |
|
| 235 |
with gr.Row():
|
| 236 |
with gr.Column(scale=5, variant="compact"):
|
|
@@ -243,7 +243,7 @@ with demo:
|
|
| 243 |
PEFT_model_name = gr.Dropdown(
|
| 244 |
choices=PEFT_MODEL_OPTIONS,
|
| 245 |
value=PEFT_MODEL_OPTIONS[0],
|
| 246 |
-
label="
|
| 247 |
interactive = True,
|
| 248 |
)
|
| 249 |
with gr.Column(scale=5, variant="compact"):
|
|
@@ -253,7 +253,7 @@ with demo:
|
|
| 253 |
choices=["Default protein", "Antifreeze protein", "Protein:P63279", "AI Generated protein", "7-bladed propeller fold", "custom"]
|
| 254 |
)
|
| 255 |
gr.Markdown(
|
| 256 |
-
"## Predict
|
| 257 |
)
|
| 258 |
with gr.Row():
|
| 259 |
with gr.Column(variant="compact", scale = 8):
|
|
|
|
| 230 |
#gr.Textbox(dubug_result)
|
| 231 |
|
| 232 |
with gr.Column():
|
| 233 |
+
gr.Markdown("## Select a base model and a corresponding finetuned model")
|
| 234 |
|
| 235 |
with gr.Row():
|
| 236 |
with gr.Column(scale=5, variant="compact"):
|
|
|
|
| 243 |
PEFT_model_name = gr.Dropdown(
|
| 244 |
choices=PEFT_MODEL_OPTIONS,
|
| 245 |
value=PEFT_MODEL_OPTIONS[0],
|
| 246 |
+
label="Finetuned Model Name",
|
| 247 |
interactive = True,
|
| 248 |
)
|
| 249 |
with gr.Column(scale=5, variant="compact"):
|
|
|
|
| 253 |
choices=["Default protein", "Antifreeze protein", "Protein:P63279", "AI Generated protein", "7-bladed propeller fold", "custom"]
|
| 254 |
)
|
| 255 |
gr.Markdown(
|
| 256 |
+
"## Predict peptide sequence and Plot structure for targeted protein sequence and the binder:"
|
| 257 |
)
|
| 258 |
with gr.Row():
|
| 259 |
with gr.Column(variant="compact", scale = 8):
|