victor HF staff commited on
Commit
4cda010
·
1 Parent(s): 31f579b

style: Apply linter formatting to Gradio button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ with gr.Blocks() as demo:
223
  placeholder="I want to convert to a gif under 15mb",
224
  label="Instructions",
225
  )
226
- btn = gr.Button("Run", label="Run")
227
  with gr.Accordion("Parameters", open=False):
228
  top_p = gr.Slider(
229
  minimum=-0,
 
223
  placeholder="I want to convert to a gif under 15mb",
224
  label="Instructions",
225
  )
226
+ btn = gr.Button("Run")
227
  with gr.Accordion("Parameters", open=False):
228
  top_p = gr.Slider(
229
  minimum=-0,