prithivMLmods commited on
Commit
4068ae7
1 Parent(s): 687ac39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -207,6 +207,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
207
  label="Quality Style",
208
  )
209
 
 
210
  model_choice = gr.Dropdown(
211
  label="LoRA Selection",
212
  choices=list(LORA_OPTIONS.keys()),
 
207
  label="Quality Style",
208
  )
209
 
210
+ with gr.Row(visible=True):
211
  model_choice = gr.Dropdown(
212
  label="LoRA Selection",
213
  choices=list(LORA_OPTIONS.keys()),