fcasadei commited on
Commit
aed9e2f
·
verified ·
1 Parent(s): ebbe572

Update HFChatbot.py

Browse files
Files changed (1) hide show
  1. HFChatbot.py +1 -1
HFChatbot.py CHANGED
@@ -58,7 +58,7 @@ class HFBot(ChatBot):
58
 
59
 
60
 
61
- pipe = pipeline("text-generation", model=model=self.model_name)
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