prithivMLmods commited on
Commit
f6c0f53
1 Parent(s): 457f644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(css=css) as demo:
163
 
164
  with gr.Row():
165
  model_choice = gr.Dropdown(
166
- label="Model Selection ☑️",
167
  choices=list(MODEL_OPTIONS.keys()),
168
  value="Hyper Realism : V4.0_Lightning⚡"
169
  )
 
163
 
164
  with gr.Row():
165
  model_choice = gr.Dropdown(
166
+ label="Model Selection",
167
  choices=list(MODEL_OPTIONS.keys()),
168
  value="Hyper Realism : V4.0_Lightning⚡"
169
  )