pikto commited on
Commit
d6c66c9
·
1 Parent(s): 837be6d

Update app.py

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