Spaces:
Running
on
Zero
Running
on
Zero
Rijgersberg
commited on
Commit
•
0a49a42
1
Parent(s):
2700bb1
Height
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def generate(
|
|
65 |
|
66 |
chat_interface = gr.ChatInterface(
|
67 |
fn=generate,
|
68 |
-
chatbot=gr.Chatbot(height=
|
69 |
additional_inputs=[
|
70 |
gr.Slider(
|
71 |
label="Max new tokens",
|
|
|
65 |
|
66 |
chat_interface = gr.ChatInterface(
|
67 |
fn=generate,
|
68 |
+
chatbot=gr.Chatbot(height=450),
|
69 |
additional_inputs=[
|
70 |
gr.Slider(
|
71 |
label="Max new tokens",
|