Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -193,7 +193,7 @@ def update_history(new_image, history):
|
|
| 193 |
|
| 194 |
css = """
|
| 195 |
.gradio-container {
|
| 196 |
-
width:
|
| 197 |
}
|
| 198 |
"""
|
| 199 |
|
|
@@ -224,7 +224,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 224 |
label="Image Ratio",
|
| 225 |
choices=["9:16", "16:9", "1:1", "Custom"],
|
| 226 |
value="9:16",
|
| 227 |
-
scale=
|
| 228 |
)
|
| 229 |
alignment_dropdown = gr.Dropdown(
|
| 230 |
choices=["Middle", "Left", "Right", "Top", "Bottom"],
|
|
|
|
| 193 |
|
| 194 |
css = """
|
| 195 |
.gradio-container {
|
| 196 |
+
width: 1250px !important;
|
| 197 |
}
|
| 198 |
"""
|
| 199 |
|
|
|
|
| 224 |
label="Image Ratio",
|
| 225 |
choices=["9:16", "16:9", "1:1", "Custom"],
|
| 226 |
value="9:16",
|
| 227 |
+
scale=3
|
| 228 |
)
|
| 229 |
alignment_dropdown = gr.Dropdown(
|
| 230 |
choices=["Middle", "Left", "Right", "Top", "Bottom"],
|