Spaces:
Paused
Paused
Update HFChatbot.py
Browse files- HFChatbot.py +1 -1
HFChatbot.py
CHANGED
|
@@ -58,7 +58,7 @@ class HFBot(ChatBot):
|
|
| 58 |
|
| 59 |
|
| 60 |
|
| 61 |
-
pipe = pipeline("text-generation", model=
|
| 62 |
|
| 63 |
output = pipe(messages)
|
| 64 |
output
|
|
|
|
| 58 |
|
| 59 |
|
| 60 |
|
| 61 |
+
pipe = pipeline("text-generation", model=self.model_name)
|
| 62 |
|
| 63 |
output = pipe(messages)
|
| 64 |
output
|