Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
import gradio as gr
|
3 |
from gradio.mix import Series
|
4 |
|
5 |
-
title = "Chinese
|
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")
|