prithivMLmods commited on
Commit
4122744
·
verified ·
1 Parent(s): 3b12c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
194
 
195
  with gr.Row():
196
  model_choice = gr.Dropdown(
197
- label="Model Selection",
198
  choices=list(MODEL_OPTIONS.keys()),
199
  value="LIGHTNING V5.0"
200
  )
 
194
 
195
  with gr.Row():
196
  model_choice = gr.Dropdown(
197
+ label="Model Selection⬇️",
198
  choices=list(MODEL_OPTIONS.keys()),
199
  value="LIGHTNING V5.0"
200
  )