pikto commited on
Commit
34292dd
·
1 Parent(s): 8005dc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- image_output = gr.Image()
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"):