pikto commited on
Commit
27324ef
·
1 Parent(s): b1da7c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks() as pan:
83
  with gr.Tab("Flip Image"):
84
  with gr.Row():
85
  output1 = gr.Image(label="") ##F Flip Image
86
- image_output = gr.Image
87
  image_button = gr.Button("Flip")
88
 
89
  run.click(send_it, inputs=[magic1, model_name1], outputs=[output1])
 
83
  with gr.Tab("Flip Image"):
84
  with gr.Row():
85
  output1 = gr.Image(label="") ##F Flip Image
86
+ image_input = gr.Image()
87
  image_button = gr.Button("Flip")
88
 
89
  run.click(send_it, inputs=[magic1, model_name1], outputs=[output1])