Spaces:
Runtime error
Runtime error
binqiangliu
commited on
Commit
β’
f37ab77
1
Parent(s):
b75162c
Update app.py
Browse files
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 |
-
|
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 = []
|