prithivMLmods commited on
Commit
678ad91
·
verified ·
1 Parent(s): bd6d3b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,8 +44,8 @@ examples = [
44
  ]
45
 
46
  MODEL_OPTIONS = {
47
- "Hyper*Realism : V4.0_Lightning🔥": "SG161222/RealVisXL_V4.0_Lightning",
48
- "Deep*Realism : RealVisv4_XL🍺": "SG161222/RealVisXL_V4.0",
49
  }
50
 
51
  MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
@@ -169,7 +169,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
169
  model_choice = gr.Dropdown(
170
  label="Model Selection ☑️",
171
  choices=list(MODEL_OPTIONS.keys()),
172
- value="Realism : V4.0_Lightning🔥"
173
  )
174
 
175
  with gr.Accordion("Advanced options", open=True):
 
44
  ]
45
 
46
  MODEL_OPTIONS = {
47
+ "Hyper Realism : V4.0_Lightning": "SG161222/RealVisXL_V4.0_Lightning",
48
+ "Deep Realism : RealVisv4_XL🔥": "SG161222/RealVisXL_V4.0",
49
  }
50
 
51
  MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
 
169
  model_choice = gr.Dropdown(
170
  label="Model Selection ☑️",
171
  choices=list(MODEL_OPTIONS.keys()),
172
+ value="Hyper Realism : V4.0_Lightning"
173
  )
174
 
175
  with gr.Accordion("Advanced options", open=True):