ssocean commited on
Commit
7a6488d
·
verified ·
1 Parent(s): ad8a799

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -256,8 +256,8 @@ with gr.Blocks() as iface:
256
  with gr.Row():
257
  with gr.Column():
258
  model_selector = gr.Dropdown(
259
- choices=["v1", "v2"],
260
- value="v2", # 默认 v2
261
  label="Select Model Version"
262
  )
263
  title_input = gr.Textbox(
 
256
  with gr.Row():
257
  with gr.Column():
258
  model_selector = gr.Dropdown(
259
+ choices=["v1", "v2.1"],
260
+ value="v2.1", # 默认 v2
261
  label="Select Model Version"
262
  )
263
  title_input = gr.Textbox(