prithivMLmods commited on
Commit
b8201d5
·
verified ·
1 Parent(s): 4c67995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
199
 
200
  with gr.Row():
201
  model_choice = gr.Dropdown(
202
- label="Model Selection 🪄",
203
  choices=list(MODEL_OPTIONS.keys()),
204
  value="LIGHTNING V5.0"
205
  )
 
199
 
200
  with gr.Row():
201
  model_choice = gr.Dropdown(
202
+ label="Model Selection",
203
  choices=list(MODEL_OPTIONS.keys()),
204
  value="LIGHTNING V5.0"
205
  )