wangjin2000 commited on
Commit
3039822
·
verified ·
1 Parent(s): 8ef2995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 finetune model")
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="PEFT Model Name",
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 binding site and Plot structure for selected protein sequence:"
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):