Grandediw commited on
Commit
3bccc1c
·
verified ·
1 Parent(s): af9ddfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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