Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,8 @@ demo = gr.ChatInterface(
|
|
86 |
fn=predict,
|
87 |
title="Honyaku-13b webui",
|
88 |
description="Translate using Honyaku-13b model",
|
89 |
-
chatbot=gr.Chatbot(height=
|
90 |
-
textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
|
91 |
theme="soft",
|
92 |
retry_btn=None,
|
93 |
undo_btn="Delete Previous",
|
|
|
86 |
fn=predict,
|
87 |
title="Honyaku-13b webui",
|
88 |
description="Translate using Honyaku-13b model",
|
89 |
+
chatbot=gr.Chatbot(height=700),
|
90 |
+
textbox=gr.Textbox(lines=10,placeholder="Ask me a yes or no question", container=False, scale=7),
|
91 |
theme="soft",
|
92 |
retry_btn=None,
|
93 |
undo_btn="Delete Previous",
|