Niki Zhang commited on
Commit
4377520
·
verified ·
1 Parent(s): 2367901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -914,7 +914,7 @@ def create_ui():
914
  with gr.Row(scale=1.0):
915
  focus_type = gr.Radio(
916
  choices=["CFV-D", "CFV-DA", "PFV-DA","PFV-DAI"],
917
- value="Inside the Mark",
918
  label="Focus Type",
919
  interactive=True)
920
  with gr.Row(scale=1.0):
 
914
  with gr.Row(scale=1.0):
915
  focus_type = gr.Radio(
916
  choices=["CFV-D", "CFV-DA", "PFV-DA","PFV-DAI"],
917
+ value="CFV-D",
918
  label="Focus Type",
919
  interactive=True)
920
  with gr.Row(scale=1.0):