Update app.py
Browse files
app.py
CHANGED
@@ -86,11 +86,7 @@ with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as pan:
|
|
86 |
|
87 |
with gr.Tab("Flip Image"):
|
88 |
with gr.Row():
|
89 |
-
|
90 |
-
image_input = gr.Image()
|
91 |
-
image_button = gr.Button("Flip")
|
92 |
-
|
93 |
-
run.click(send_it, inputs=[magic1, model_name1], outputs=[output1])
|
94 |
|
95 |
with gr.Tab("Diffuser"):
|
96 |
with gr.Row():
|
|
|
86 |
|
87 |
with gr.Tab("Flip Image"):
|
88 |
with gr.Row():
|
89 |
+
__import____ /play
|
|
|
|
|
|
|
|
|
90 |
|
91 |
with gr.Tab("Diffuser"):
|
92 |
with gr.Row():
|