Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,8 +94,7 @@ with block:
|
|
| 94 |
randomize=True,
|
| 95 |
)
|
| 96 |
with gr.Column():
|
| 97 |
-
gallery = gr.Gallery(label="Generated Images", show_label=False).style(
|
| 98 |
-
grid=[2], height="auto")
|
| 99 |
gr.Examples(
|
| 100 |
examples=[
|
| 101 |
["./examples/baby.jpg", "high definition photo of a baby astronaut space walking at the international space station with earth seeing from above in the background",
|
|
|
|
| 94 |
randomize=True,
|
| 95 |
)
|
| 96 |
with gr.Column():
|
| 97 |
+
gallery = gr.Gallery(label="Generated Images", show_label=False).style(grid=[2])
|
|
|
|
| 98 |
gr.Examples(
|
| 99 |
examples=[
|
| 100 |
["./examples/baby.jpg", "high definition photo of a baby astronaut space walking at the international space station with earth seeing from above in the background",
|