leadingbridge commited on
Commit
616792c
·
1 Parent(s): 213d99d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
149
  outputs = gr.Textbox(label="Summary")
150
  proceed_button = gr.Button("Summarize")
151
  proceed_button.click(fn=summarize_text, inputs=inputs, outputs=outputs)
152
- gr.Markdown("This model summarizes Chinese text using the MT5 language model. Enter a Chinese text in the input box and click the 'Summarize' button to get the summary.")
153
  with gr.Tab("❓Chinese Q&A"):
154
  gr.Markdown("""<h4><center>❓Chinese Q&A</center></h4>""")
155
  text_button = gr.Button("proceed")
 
149
  outputs = gr.Textbox(label="Summary")
150
  proceed_button = gr.Button("Summarize")
151
  proceed_button.click(fn=summarize_text, inputs=inputs, outputs=outputs)
152
+ gr.Markdown("Thisa self-trained fine-tuned model summarizes Chinese text using the MT5 language model. Enter a Chinese text in the input box and click the 'Summarize' button to get the summary.")
153
  with gr.Tab("❓Chinese Q&A"):
154
  gr.Markdown("""<h4><center>❓Chinese Q&A</center></h4>""")
155
  text_button = gr.Button("proceed")