Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def predict(message, history, tokens, temperature, language):
|
|
85 |
demo = gr.ChatInterface(
|
86 |
fn=predict,
|
87 |
title="Honyaku-13b webui",
|
88 |
-
description="
|
89 |
chatbot=gr.Chatbot(height=512),
|
90 |
textbox=gr.Textbox(lines=10,placeholder="Please enter the English text you want to translate. We will translate entire paragraphs of around 500 tokens. By looking at the whole text, we adapt the translation style according to the context. We do not support short sentences.", container=False, scale=7),
|
91 |
theme="soft",
|
|
|
85 |
demo = gr.ChatInterface(
|
86 |
fn=predict,
|
87 |
title="Honyaku-13b webui",
|
88 |
+
description="Enter the English text you want to translate. We will translate entire paragraphs of around 500 tokens. By looking at the whole text, we adapt the translation style according to the context. We do not support short sentences.",
|
89 |
chatbot=gr.Chatbot(height=512),
|
90 |
textbox=gr.Textbox(lines=10,placeholder="Please enter the English text you want to translate. We will translate entire paragraphs of around 500 tokens. By looking at the whole text, we adapt the translation style according to the context. We do not support short sentences.", container=False, scale=7),
|
91 |
theme="soft",
|