binqiangliu commited on
Commit
b75162c
·
1 Parent(s): 2beb70d

Update app.py

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