iAIChat commited on
Commit
196263f
1 Parent(s): a95c636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ gr.close_all()
38
  demo = gr.Interface(fn=summarize,
39
  inputs=[gr.Textbox(label="Text to summarize", lines=6)],
40
  outputs=[gr.Textbox(label="Result", lines=3)],
41
- title="基于HF requests.request的文本总结AI App/Text summarization with distilbart-cnn",
42
- description="Summarize any text using the D_f-t5-base-txt_sum model under the hood!"
43
  )
44
 
45
  demo.launch()
 
38
  demo = gr.Interface(fn=summarize,
39
  inputs=[gr.Textbox(label="Text to summarize", lines=6)],
40
  outputs=[gr.Textbox(label="Result", lines=3)],
41
+ title="开源文本总结AI Assistant",
42
+ description="Input the contents you want the AI Assistant to summarize for you."
43
  )
44
 
45
  demo.launch()