prithivMLmods commited on
Commit
ccea589
·
verified ·
1 Parent(s): 206619d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
166
  run_button = gr.Button("Run", scale=0)
167
  result = gr.Gallery(label="Result", columns=1, show_label=False)
168
 
169
- with gr.Row(css=css):
170
  model_choice = gr.Dropdown(
171
  label="Model Selection🔻",
172
  choices=list(MODEL_OPTIONS.keys()),
 
166
  run_button = gr.Button("Run", scale=0)
167
  result = gr.Gallery(label="Result", columns=1, show_label=False)
168
 
169
+ with gr.Row():
170
  model_choice = gr.Dropdown(
171
  label="Model Selection🔻",
172
  choices=list(MODEL_OPTIONS.keys()),