Spaces:
Running
Running
Commit
·
54915c2
1
Parent(s):
73ec06a
Update space
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
from transformers import pipeline, Conversation
|
3 |
import gradio as gr
|
4 |
|
5 |
-
chatbot = pipeline(model="facebook/blenderbot-400M-distill")
|
6 |
|
7 |
message_list = []
|
8 |
response_list = []
|
|
|
2 |
from transformers import pipeline, Conversation
|
3 |
import gradio as gr
|
4 |
|
5 |
+
chatbot = pipeline(model="facebook/blenderbot-400M-distill", task="conversational")
|
6 |
|
7 |
message_list = []
|
8 |
response_list = []
|