Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,7 @@ with gr.Blocks(title="Enhanced LORA Chat Interface") as demo:
|
|
47 |
with gr.Column():
|
48 |
chat = gr.ChatInterface(
|
49 |
fn=respond,
|
50 |
-
additional_inputs=[]
|
51 |
-
height=500
|
52 |
)
|
53 |
|
54 |
# Right column: Settings and System Message
|
|
|
47 |
with gr.Column():
|
48 |
chat = gr.ChatInterface(
|
49 |
fn=respond,
|
50 |
+
additional_inputs=[]
|
|
|
51 |
)
|
52 |
|
53 |
# Right column: Settings and System Message
|