Update app.py
Browse files
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 |
-
|
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])
|