Spaces:
Runtime error
Runtime error
Commit
·
9a869b4
1
Parent(s):
b24eb89
Update text_gen.py
Browse files- 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 |
|