binqiangliu commited on
Commit
f37ab77
β€’
1 Parent(s): b75162c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ 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 = []
9
  response_list = []
 
2
  import gradio as gr
3
 
4
  #chatbot = pipeline(model="facebook/blenderbot-400M-distill")
5
+ chatbot = pipeline(model="HuggingFaceH4/starchat-beta")
6
+ #chatbot = pipeline(model="facebook/blenderbot-400M-distill") #Working!
7
 
8
  message_list = []
9
  response_list = []