Technozam commited on
Commit
c7b4ba4
1 Parent(s): e75d8df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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