Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as demo:
|
|
27 |
image_button = gr.Button("Flip")
|
28 |
|
29 |
with gr.Tab("Diffuser"):
|
30 |
-
|
31 |
text_input = gr.Textbox() ## Diffuser
|
32 |
image_output = gr.Image()
|
33 |
image_button = gr.Button("Flip")
|
|
|
27 |
image_button = gr.Button("Flip")
|
28 |
|
29 |
with gr.Tab("Diffuser"):
|
30 |
+
with gr.Row():
|
31 |
text_input = gr.Textbox() ## Diffuser
|
32 |
image_output = gr.Image()
|
33 |
image_button = gr.Button("Flip")
|