Mansurbek commited on
Commit
79f02c0
1 Parent(s): 8e48d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -37,12 +37,12 @@ with gr.Blocks() as demo:
37
  with gr.Column():
38
  output1 = gr.Label(label=models[1])
39
  with gr.Column():
40
- output1 = gr.Label(label=models[2])
41
  with gr.Row():
42
  with gr.Column():
43
- output2 = gr.Label(label=models[3])
44
  with gr.Column():
45
- output2 = gr.Label(label=models[4])
46
  with gr.Column():
47
  input = gr.Textbox(label="Input", value=examples[0], lines=8, max_lines=8)
48
  btn = gr.Button("Check")
 
37
  with gr.Column():
38
  output1 = gr.Label(label=models[1])
39
  with gr.Column():
40
+ output2 = gr.Label(label=models[2])
41
  with gr.Row():
42
  with gr.Column():
43
+ output3 = gr.Label(label=models[3])
44
  with gr.Column():
45
+ output4 = gr.Label(label=models[4])
46
  with gr.Column():
47
  input = gr.Textbox(label="Input", value=examples[0], lines=8, max_lines=8)
48
  btn = gr.Button("Check")