Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ Running to one of the great ropes that bound him, she gnawed it until it parted,
|
|
10 |
you," said the Mouse. "Now you see that even a Mouse can help a Lion." """
|
11 |
for wrp in wrap(text, 150):
|
12 |
print (wrp)
|
13 |
-
print ("\n")
|
14 |
|
15 |
import torch
|
16 |
from transformers import T5ForConditionalGeneration,T5Tokenizer
|
|
|
10 |
you," said the Mouse. "Now you see that even a Mouse can help a Lion." """
|
11 |
for wrp in wrap(text, 150):
|
12 |
print (wrp)
|
13 |
+
# print ("\n")
|
14 |
|
15 |
import torch
|
16 |
from transformers import T5ForConditionalGeneration,T5Tokenizer
|