Spaces:
Running
on
Zero
Running
on
Zero
style: Apply linter formatting to Gradio button
Browse files
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"
|
| 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,
|