Update app.py
Browse files
app.py
CHANGED
@@ -158,4 +158,4 @@ def predict(message, history):
|
|
158 |
gpt_response = llm(history_langchain_format)
|
159 |
return gpt_response.content
|
160 |
|
161 |
-
gr.ChatInterface(predict).launch()
|
|
|
158 |
gpt_response = llm(history_langchain_format)
|
159 |
return gpt_response.content
|
160 |
|
161 |
+
gr.ChatInterface(predict).launch()
|