Liusuthu commited on
Commit
1b0ece5
·
verified ·
1 Parent(s): 18692b3

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
chat.py CHANGED
@@ -26,4 +26,4 @@ def predict(message, history):
26
  partial_message = partial_message + chunk.choices[0].delta.content
27
  yield partial_message
28
 
29
- chat=gr.ChatInterface(predict)
 
26
  partial_message = partial_message + chunk.choices[0].delta.content
27
  yield partial_message
28
 
29
+ chat=gr.ChatInterface(predict,fill_height=True)