Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(
|
|
24 |
placeholder="E.g: glass bottle, high quality"
|
25 |
)
|
26 |
|
27 |
-
with gr.Row:
|
28 |
width = gr.Slider(
|
29 |
label="Width",
|
30 |
minimum=MIN_IMAGE_SIZE,
|
|
|
24 |
placeholder="E.g: glass bottle, high quality"
|
25 |
)
|
26 |
|
27 |
+
with gr.Row():
|
28 |
width = gr.Slider(
|
29 |
label="Width",
|
30 |
minimum=MIN_IMAGE_SIZE,
|