Manu101 commited on
Commit
b3d8d6d
·
verified ·
1 Parent(s): e634fdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = 100
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 a yes or no question", container=False, scale=7),
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,