Spaces:
Runtime error
Runtime error
Commit
·
0b128e9
1
Parent(s):
616792c
Update app.py
Browse files
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("
|
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("This 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")
|