wiraindrak commited on
Commit
4e2a680
·
1 Parent(s): 1b9db30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ if __name__ == "__main__":
76
  input_text = gr.Textbox(label="Input Text")
77
  analyze_button = gr.Button(label="Analyze")
78
  with gr.Column():
79
- t5_output = gr.Label(label="T5 Base Output")
80
  bert_output = gr.Textbox(label="Bert Base Output")
81
  para_output = gr.Textbox(label="T5 Paraphrase Output")
82
  analyze_button.click(summarize, input_text, [t5_output, bert_output, para_output])
 
76
  input_text = gr.Textbox(label="Input Text")
77
  analyze_button = gr.Button(label="Analyze")
78
  with gr.Column():
79
+ t5_output = gr.Textbox(label="T5 Base Output")
80
  bert_output = gr.Textbox(label="Bert Base Output")
81
  para_output = gr.Textbox(label="T5 Paraphrase Output")
82
  analyze_button.click(summarize, input_text, [t5_output, bert_output, para_output])