Wootang01 commited on
Commit
fafb441
1 Parent(s): bb1abbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@
2
  import gradio as gr
3
  from gradio.mix import Series
4
 
5
- title = "Chinese to English Translator and English Text Generator"
6
- description = "Input Chinese language text, submit and the machine will generate additional English language text"
7
 
8
  translator = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-zh-en")
9
  #model1 = gr.Interface.load("huggingface/ckiplab/gpt2-base-chinese")
 
2
  import gradio as gr
3
  from gradio.mix import Series
4
 
5
+ title = "Chinese and English Translator with Text Generator Flan-T5-XL"
6
+ description = "Input Chinese or English language text, submit and the machine will generate additional English language text"
7
 
8
  translator = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-zh-en")
9
  #model1 = gr.Interface.load("huggingface/ckiplab/gpt2-base-chinese")