Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import os
|
|
9 |
import torch.nn.functional as F
|
10 |
|
11 |
num_return_sequences = 1
|
12 |
-
max_length =
|
13 |
|
14 |
|
15 |
@dataclass
|
@@ -88,7 +88,7 @@ def chat_fn(message, history):
|
|
88 |
|
89 |
gr.ChatInterface(chat_fn, examples=examples,
|
90 |
chatbot=gr.Chatbot(height=300),
|
91 |
-
textbox=gr.Textbox(placeholder="Ask me
|
92 |
theme="soft",
|
93 |
cache_examples=True,
|
94 |
retry_btn=None,
|
|
|
9 |
import torch.nn.functional as F
|
10 |
|
11 |
num_return_sequences = 1
|
12 |
+
max_length = 200
|
13 |
|
14 |
|
15 |
@dataclass
|
|
|
88 |
|
89 |
gr.ChatInterface(chat_fn, examples=examples,
|
90 |
chatbot=gr.Chatbot(height=300),
|
91 |
+
textbox=gr.Textbox(placeholder="Ask me anything, the output would be (some gibbirish and ) weird English that Shakespeare expected everyone to understand at school", container=False, scale=7),
|
92 |
theme="soft",
|
93 |
cache_examples=True,
|
94 |
retry_btn=None,
|