Emaad commited on
Commit
72dc396
1 Parent(s): acef9c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ with gr.Blocks(theme='gradio/soft') as demo:
64
  )
65
  with gr.Row():
66
  model_name = gr.Dropdown(
67
- ["CELL-E_2_HPA_480", "CELL-E_2_HPA_Finetuned_480"],
68
- value="CELL-E_2_HPA_480",
69
  label="Model Name",
70
  )
71
  with gr.Row():
 
64
  )
65
  with gr.Row():
66
  model_name = gr.Dropdown(
67
+ ["CELL-E_2-HPA_480", "CELL-E_2-HPA_Finetuned_480"],
68
+ value="CELL-E_2-HPA_480",
69
  label="Model Name",
70
  )
71
  with gr.Row():