Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as pan:
|
|
17 |
model = ("stabilityai/stable-diffusion-2-1")
|
18 |
gr.Dropdown(choices=["First Choice", "Second Choice", "Third Choice"])
|
19 |
prompt = gr.Textbox() ## Flip Text
|
20 |
-
|
21 |
run = gr.Button("Generate Images")
|
22 |
|
23 |
with gr.Tab("Flip Image"):
|
|
|
17 |
model = ("stabilityai/stable-diffusion-2-1")
|
18 |
gr.Dropdown(choices=["First Choice", "Second Choice", "Third Choice"])
|
19 |
prompt = gr.Textbox() ## Flip Text
|
20 |
+
Your_input = gr.TextArea()
|
21 |
run = gr.Button("Generate Images")
|
22 |
|
23 |
with gr.Tab("Flip Image"):
|