Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ apple_theme = AppleStyleTheme()
|
|
| 84 |
# This CSS targets the HTML elements specifically when Gradio is in "dark" mode.
|
| 85 |
custom_css = """
|
| 86 |
.gradio-container {
|
| 87 |
-
max-width:
|
| 88 |
margin: 0 auto !important;
|
| 89 |
}
|
| 90 |
|
|
@@ -390,7 +390,7 @@ with gr.Blocks(fill_width=True) as demo:
|
|
| 390 |
t2i_output = gr.Image(
|
| 391 |
label="Result",
|
| 392 |
type="pil",
|
| 393 |
-
height=
|
| 394 |
)
|
| 395 |
|
| 396 |
gr.HTML("<div style='margin: 30px 0 20px 0;'></div>")
|
|
|
|
| 84 |
# This CSS targets the HTML elements specifically when Gradio is in "dark" mode.
|
| 85 |
custom_css = """
|
| 86 |
.gradio-container {
|
| 87 |
+
max-width: 1100px !important;
|
| 88 |
margin: 0 auto !important;
|
| 89 |
}
|
| 90 |
|
|
|
|
| 390 |
t2i_output = gr.Image(
|
| 391 |
label="Result",
|
| 392 |
type="pil",
|
| 393 |
+
height=350,
|
| 394 |
)
|
| 395 |
|
| 396 |
gr.HTML("<div style='margin: 30px 0 20px 0;'></div>")
|