Spaces:
Runtime error
Runtime error
app.py
#1
by
khliif
- opened
app.py
CHANGED
@@ -186,7 +186,7 @@ with block as demo:
|
|
186 |
)
|
187 |
|
188 |
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="generated_id").style(
|
189 |
-
grid=[
|
190 |
)
|
191 |
|
192 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)
|
|
|
186 |
)
|
187 |
|
188 |
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="generated_id").style(
|
189 |
+
grid=[4], height="auto"
|
190 |
)
|
191 |
|
192 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)
|