prithivMLmods commited on
Commit
5399fec
1 Parent(s): ccfa487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
167
 
168
  with gr.Row():
169
  model_choice = gr.Dropdown(
170
- label="Model Selection 🥠",
171
  choices=list(MODEL_OPTIONS.keys()),
172
  value="Realism : V4.0_Lightning"
173
  )
 
167
 
168
  with gr.Row():
169
  model_choice = gr.Dropdown(
170
+ label="Model Selection ☑️",
171
  choices=list(MODEL_OPTIONS.keys()),
172
  value="Realism : V4.0_Lightning"
173
  )