Spaces:
Runtime error
Runtime error
Update chat.py
Browse files
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)
|