BhumikaMak commited on
Commit
e5cf92a
·
verified ·
1 Parent(s): 6dcaff3

debug: resolve runtime error

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -190,12 +190,7 @@ with gr.Blocks(css=custom_css) as interface:
190
  label="Select Model(s)",
191
  )
192
  #with gr.Row(elem_classes="custom-row"):
193
- run_button = gr.Button(
194
- "Run",
195
- elem_id="run-button",
196
- style={"background-color": "#800000", "width": "100px", "height": "35px", "margin": "0 auto"},
197
- )
198
-
199
 
200
 
201
  with gr.Column():
 
190
  label="Select Model(s)",
191
  )
192
  #with gr.Row(elem_classes="custom-row"):
193
+ run_button = gr.Button("Run", elem_id="run-button")
 
 
 
 
 
194
 
195
 
196
  with gr.Column():