Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks() as demo:
|
|
83 |
type='pil',
|
84 |
show_label = False,
|
85 |
container = False,
|
86 |
-
scale =
|
87 |
width = 32, # Use the full view width
|
88 |
height = 32) # Use the full view height
|
89 |
btn.click(gr_generate_images, [text], gallery)
|
|
|
83 |
type='pil',
|
84 |
show_label = False,
|
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)
|