Spaces:
Runtime error
Runtime error
Commit
·
d15c3cf
1
Parent(s):
43a9af8
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ def generate_response(Chinese_to_translate):
|
|
30 |
|
31 |
iface = gr.Interface(
|
32 |
fn=generate_response,
|
33 |
-
title="
|
34 |
-
description="English
|
35 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter text in Chinese"),
|
36 |
outputs="text")
|
37 |
|
|
|
30 |
|
31 |
iface = gr.Interface(
|
32 |
fn=generate_response,
|
33 |
+
title="Chinese to English",
|
34 |
+
description="Chinese English with a SOTA model",
|
35 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter text in Chinese"),
|
36 |
outputs="text")
|
37 |
|