stibiumghost commited on
Commit
9a869b4
·
1 Parent(s): b24eb89

Update text_gen.py

Browse files
Files changed (1) hide show
  1. text_gen.py +1 -1
text_gen.py CHANGED
@@ -1,7 +1,7 @@
1
  import transformers
2
  import string
3
 
4
- model_names = ['microsoft/GODEL-v1_1-large-seq2seq
5
  'facebook/blenderbot-1B-distill',
6
  'satvikag/chatbot']
7
 
 
1
  import transformers
2
  import string
3
 
4
+ model_names = ['microsoft/GODEL-v1_1-large-seq2seq',
5
  'facebook/blenderbot-1B-distill',
6
  'satvikag/chatbot']
7