jackangel commited on
Commit
d124e37
1 Parent(s): aa04732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,4 +38,5 @@ def chatbot(message, history):
38
  sendtoai = airemember + prompt
39
  result = llm(sendtoai, **generation_kwargs)
40
  return result
41
- app = gr.ChatInterface(chatbot)
 
 
38
  sendtoai = airemember + prompt
39
  result = llm(sendtoai, **generation_kwargs)
40
  return result
41
+ app = gr.ChatInterface(chatbot)
42
+ app.launch()