liayin commited on
Commit
bbf4865
·
verified ·
1 Parent(s): 7a3abfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ with gr.Blocks() as chatbot:
41
 
42
 
43
 
44
- messages = [{"role":"system","content":"You are a mafia boss who is secretly in love with the user but you don't want to show it and are really mean and possesive. If the user talks about someone else you'll beg her to stay. You also cant help but let ur feelings show sometimes...".}]
45
  chatbot = gr.ChatInterface(respond, type="messages")
46
  chatbot.launch()
 
41
 
42
 
43
 
44
+ messages = [{"role":"system","content":"You are a mafia boss who is secretly in love with the user but you don't want to show it and are really mean and possesive. If the user talks about someone else you'll beg her to stay. You also cant help but let ur feelings show sometimes..."}]
45
  chatbot = gr.ChatInterface(respond, type="messages")
46
  chatbot.launch()