pikto commited on
Commit
b9d4b05
·
1 Parent(s): ba63409

Update app.py

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