Spaces:
Running
on
A10G
Running
on
A10G
Commit
·
4cdffbf
1
Parent(s):
1f58c9c
Update app.py
Browse files
app.py
CHANGED
|
@@ -313,12 +313,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 313 |
border=(True, False, True, True),
|
| 314 |
rounded=(True, False, False, True),
|
| 315 |
container=False,
|
| 316 |
-
full_width=False,
|
| 317 |
)
|
| 318 |
btn = gr.Button("Run",elem_id="run_btn").style(
|
| 319 |
margin=False,
|
| 320 |
rounded=(False, True, True, False),
|
| 321 |
-
full_width=False,
|
| 322 |
)
|
| 323 |
with gr.Row().style():
|
| 324 |
infer_outputs = gr.Gallery(show_label=False, elem_id="generated-gallery").style(grid=[2], height="512px")
|
|
|
|
| 313 |
border=(True, False, True, True),
|
| 314 |
rounded=(True, False, False, True),
|
| 315 |
container=False,
|
|
|
|
| 316 |
)
|
| 317 |
btn = gr.Button("Run",elem_id="run_btn").style(
|
| 318 |
margin=False,
|
| 319 |
rounded=(False, True, True, False),
|
|
|
|
| 320 |
)
|
| 321 |
with gr.Row().style():
|
| 322 |
infer_outputs = gr.Gallery(show_label=False, elem_id="generated-gallery").style(grid=[2], height="512px")
|