prithivMLmods commited on
Commit
4c7da1a
1 Parent(s): 91bdf27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(css=css) as demo:
156
  model_choice = gr.Dropdown(
157
  label="Model Selection",
158
  choices=list(MODEL_OPTIONS.keys()),
159
- value="LightningV4"
160
  )
161
 
162
  with gr.Accordion("Advanced options", open=True, visible=False):
 
156
  model_choice = gr.Dropdown(
157
  label="Model Selection",
158
  choices=list(MODEL_OPTIONS.keys()),
159
+ value="Lightning"
160
  )
161
 
162
  with gr.Accordion("Advanced options", open=True, visible=False):