Spaces:
Runtime error
Runtime error
Commit
·
5c13be2
1
Parent(s):
d15c3cf
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def generate_response(Chinese_to_translate):
|
|
31 |
iface = gr.Interface(
|
32 |
fn=generate_response,
|
33 |
title="Chinese to English",
|
34 |
-
description="Chinese English with a
|
35 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter text in Chinese"),
|
36 |
outputs="text")
|
37 |
|
|
|
31 |
iface = gr.Interface(
|
32 |
fn=generate_response,
|
33 |
title="Chinese to English",
|
34 |
+
description="Chinese to English with a state-of-the-art model (facebook-research m2m-100 1.2B)",
|
35 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter text in Chinese"),
|
36 |
outputs="text")
|
37 |
|