Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
056b501
1
Parent(s):
38c00d5
Update app.py
Browse files
app.py
CHANGED
@@ -50,12 +50,13 @@ with gr.Blocks (css = 'main.css') as myface:
|
|
50 |
interactive=True,
|
51 |
|
52 |
|
53 |
-
|
54 |
with gr.Row():
|
55 |
see_prompts = gr.Button("2. GENERATE YOUR PROMT IDEA HERE!")
|
56 |
run = gr.Button("3. GENERATE THE IMAGE HERE!", varant="primery")
|
57 |
|
58 |
-
|
|
|
59 |
output1 = gr.Image(label="")
|
60 |
output2 = gr.Image(label="")
|
61 |
output3 = gr.Image(label="")
|
|
|
50 |
interactive=True,
|
51 |
|
52 |
|
53 |
+
)
|
54 |
with gr.Row():
|
55 |
see_prompts = gr.Button("2. GENERATE YOUR PROMT IDEA HERE!")
|
56 |
run = gr.Button("3. GENERATE THE IMAGE HERE!", varant="primery")
|
57 |
|
58 |
+
#
|
59 |
+
with gr.Row():
|
60 |
output1 = gr.Image(label="")
|
61 |
output2 = gr.Image(label="")
|
62 |
output3 = gr.Image(label="")
|