Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with block as demo:
|
|
45 |
)
|
46 |
|
47 |
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="generated_id").style(
|
48 |
-
grid=[1], width="
|
49 |
)
|
50 |
|
51 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)
|
|
|
45 |
)
|
46 |
|
47 |
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="generated_id").style(
|
48 |
+
grid=[1], width="2048px", height="512px"
|
49 |
)
|
50 |
|
51 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)
|