nikshep01 commited on
Commit
069570b
·
verified ·
1 Parent(s): 4fffcc5

Update app.py

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