Mansurbek commited on
Commit
4e8b19e
·
1 Parent(s): 823a19b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -31,7 +31,10 @@ with gr.Blocks() as demo:
31
  with gr.Row():
32
  with gr.Column():
33
  output0 = gr.Label(label=models[0])
 
34
  output1 = gr.Label(label=models[1])
 
 
35
  output2 = gr.Label(label=models[2])
36
  with gr.Column():
37
  input = gr.Textbox(label="Input", value=examples[0], show_label=True)
 
31
  with gr.Row():
32
  with gr.Column():
33
  output0 = gr.Label(label=models[0])
34
+ with gr.Column():
35
  output1 = gr.Label(label=models[1])
36
+ with gr.Row():
37
+ with gr.Column():
38
  output2 = gr.Label(label=models[2])
39
  with gr.Column():
40
  input = gr.Textbox(label="Input", value=examples[0], show_label=True)