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