Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -486,7 +486,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 486 |
)
|
| 487 |
|
| 488 |
with gr.Row(visible=True):
|
| 489 |
-
collage_style_selection = gr.
|
| 490 |
show_label=True,
|
| 491 |
container=True,
|
| 492 |
interactive=True,
|
|
@@ -496,7 +496,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 496 |
)
|
| 497 |
|
| 498 |
with gr.Row(visible=True):
|
| 499 |
-
style_selection = gr.
|
| 500 |
show_label=True,
|
| 501 |
container=True,
|
| 502 |
interactive=True,
|
|
|
|
| 486 |
)
|
| 487 |
|
| 488 |
with gr.Row(visible=True):
|
| 489 |
+
collage_style_selection = gr.Dropdown(
|
| 490 |
show_label=True,
|
| 491 |
container=True,
|
| 492 |
interactive=True,
|
|
|
|
| 496 |
)
|
| 497 |
|
| 498 |
with gr.Row(visible=True):
|
| 499 |
+
style_selection = gr.Dropdown(
|
| 500 |
show_label=True,
|
| 501 |
container=True,
|
| 502 |
interactive=True,
|