Michael Ramos
commited on
Commit
·
d0af695
1
Parent(s):
c0a6675
layout
Browse files
app.py
CHANGED
|
@@ -136,8 +136,8 @@ with gr.Blocks() as app:
|
|
| 136 |
with gr.Row():
|
| 137 |
with gr.Column():
|
| 138 |
image_gallery = gr.Gallery(value=images, columns=4)
|
| 139 |
-
prompt = gr.Textbox(label="I see...")
|
| 140 |
with gr.Column():
|
|
|
|
| 141 |
output = gr.Image(label="Generation")
|
| 142 |
|
| 143 |
# button = gr.Button("Rorschachify!")
|
|
|
|
| 136 |
with gr.Row():
|
| 137 |
with gr.Column():
|
| 138 |
image_gallery = gr.Gallery(value=images, columns=4)
|
|
|
|
| 139 |
with gr.Column():
|
| 140 |
+
prompt = gr.Textbox(label="I see...")
|
| 141 |
output = gr.Image(label="Generation")
|
| 142 |
|
| 143 |
# button = gr.Button("Rorschachify!")
|