Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ with gr.Blocks() as pan:
|
|
48 |
|
49 |
## run = gr.Button("Generate Images")
|
50 |
with gr.Row():
|
51 |
-
|
52 |
-
|
53 |
|
54 |
with gr.Tab("T-to-I"):
|
55 |
|
|
|
48 |
|
49 |
## run = gr.Button("Generate Images")
|
50 |
with gr.Row():
|
51 |
+
see_prompts = gr.Button("Generate Prompts")
|
52 |
+
run = gr.Button("Generate Images", variant="primary")
|
53 |
|
54 |
with gr.Tab("T-to-I"):
|
55 |
|