prithivMLmods commited on
Commit
148b071
1 Parent(s): 8db68ac

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"))
@@ -168,7 +168,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
168
  model_choice = gr.Dropdown(
169
  label="Model Selection",
170
  choices=list(MODEL_OPTIONS.keys()),
171
- value="Hyper Realism : V4.0_Lightning"
172
  )
173
 
174
  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"))
 
168
  model_choice = gr.Dropdown(
169
  label="Model Selection",
170
  choices=list(MODEL_OPTIONS.keys()),
171
+ value="Hyper Realism : V4.0_Lightning"
172
  )
173
 
174
  with gr.Accordion("Advanced options", open=True):