KAHRAMAN42 commited on
Commit
74f302b
·
1 Parent(s): da7d4c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  from transformers import pipeline, Conversation
2
  import gradio as gr
3
 
4
- chatbot = pipeline(model="facebook/blenderbot-400M-distill")message_list = []
 
5
  response_list = []
6
 
7
  def vanilla_chatbot(message, history):
 
1
  from transformers import pipeline, Conversation
2
  import gradio as gr
3
 
4
+ chatbot = pipeline(model="facebook/blenderbot-400M-distill")
5
+ message_list = []
6
  response_list = []
7
 
8
  def vanilla_chatbot(message, history):