Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
|
|
85 |
container = False,
|
86 |
scale =0,
|
87 |
width = 32, # Use the full view width
|
88 |
-
height = 32) # Use the full view height
|
89 |
btn.click(gr_generate_images, [text], gallery)
|
90 |
gr.Examples(examples, inputs=[text])
|
91 |
gr.HTML(
|
|
|
85 |
container = False,
|
86 |
scale =0,
|
87 |
width = 32, # Use the full view width
|
88 |
+
height = 32).style(full_width=False) # Use the full view height
|
89 |
btn.click(gr_generate_images, [text], gallery)
|
90 |
gr.Examples(examples, inputs=[text])
|
91 |
gr.HTML(
|