prithivMLmods commited on
Commit
d5249c9
·
verified ·
1 Parent(s): 48dabfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,7 +28,7 @@ examples = [
28
 
29
  MODEL_OPTIONS = {
30
  "REALVISXL V5.0": "SG161222/RealVisXL_V4.0_Lightning",
31
- "V5.0 LIGHTNING": "SG161222/RealVisXL_V3.0_Turbo",
32
 
33
  }
34
 
@@ -152,7 +152,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
152
  model_choice = gr.Dropdown(
153
  label="Model Selection",
154
  choices=list(MODEL_OPTIONS.keys()),
155
- value="REALVISXL V5.0"
156
  )
157
 
158
  with gr.Accordion("Advanced options", open=False, visible=True):
 
28
 
29
  MODEL_OPTIONS = {
30
  "REALVISXL V5.0": "SG161222/RealVisXL_V4.0_Lightning",
31
+ "LIGHTNING V5.0": "SG161222/RealVisXL_V3.0_Turbo",
32
 
33
  }
34
 
 
152
  model_choice = gr.Dropdown(
153
  label="Model Selection",
154
  choices=list(MODEL_OPTIONS.keys()),
155
+ value="LIGHTNING V5.0"
156
  )
157
 
158
  with gr.Accordion("Advanced options", open=False, visible=True):