Spaces:
Running
Running
Niki Zhang
commited on
Update app.py
Browse files
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="
|
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):
|