prithivMLmods commited on
Commit
7c64733
1 Parent(s): 47473ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
185
 
186
  with gr.Row():
187
  model_choice = gr.Dropdown(
188
- label="Model Selection🔻",
189
  choices=list(MODEL_OPTIONS.keys()),
190
  value="LIGHTNING V5.0"
191
  )
 
185
 
186
  with gr.Row():
187
  model_choice = gr.Dropdown(
188
+ label="Model Selection 🪄",
189
  choices=list(MODEL_OPTIONS.keys()),
190
  value="LIGHTNING V5.0"
191
  )