Spaces:
Runtime error
Runtime error
EricaCorral
commited on
Commit
•
cbd5c6a
1
Parent(s):
c812729
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def generate_response(Chinese_to_translate):
|
|
33 |
iface = gr.Interface(
|
34 |
fn=generate_response,
|
35 |
title="Chinese to English",
|
36 |
-
description="Chinese to English with
|
37 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter text in Chinese"),
|
38 |
outputs="text")
|
39 |
|
|
|
33 |
iface = gr.Interface(
|
34 |
fn=generate_response,
|
35 |
title="Chinese to English",
|
36 |
+
description="Chinese to English with Helsinki Research's Chinese to English model. Makes for extremely FAST translations.",
|
37 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter text in Chinese"),
|
38 |
outputs="text")
|
39 |
|