dwb2023 commited on
Commit
fcf9342
·
verified ·
1 Parent(s): 5c76b5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,7 +349,7 @@ with gr.Blocks(css="style.css") as demo:
349
  with gr.Row():
350
  with gr.Column():
351
  image = gr.Image(type="pil")
352
- with gr.Column()
353
  text_input = gr.Text(label="Input Text")
354
  text_output = gr.Text(label="Text Output")
355
  tokens = gr.Slider(
 
349
  with gr.Row():
350
  with gr.Column():
351
  image = gr.Image(type="pil")
352
+ with gr.Column():
353
  text_input = gr.Text(label="Input Text")
354
  text_output = gr.Text(label="Text Output")
355
  tokens = gr.Slider(