Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
b98f922
1
Parent(s):
75b52ac
tesT
Browse files
app.py
CHANGED
|
@@ -124,12 +124,5 @@ with gr.Blocks() as demo:
|
|
| 124 |
outputs=output_image2
|
| 125 |
)
|
| 126 |
|
| 127 |
-
# Set the image display to be the largest element for both SSD-1B and refined generation
|
| 128 |
-
demo.update(
|
| 129 |
-
output_image1.style(width='100%', height='auto', min_height='400px'),
|
| 130 |
-
output_image2.style(width='100%', height='auto', min_height='400px')
|
| 131 |
-
)
|
| 132 |
-
|
| 133 |
-
|
| 134 |
# Launch the combined Gradio app
|
| 135 |
demo.launch()
|
|
|
|
| 124 |
outputs=output_image2
|
| 125 |
)
|
| 126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
# Launch the combined Gradio app
|
| 128 |
demo.launch()
|