Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def generate(text):
|
|
33 |
print(theResult)
|
34 |
splitOutput=theResult.splitlines()
|
35 |
for i in range(0,len(splitOutput)):
|
36 |
-
print
|
37 |
|
38 |
return tokenizer.decode(outputs[0])
|
39 |
|
|
|
33 |
print(theResult)
|
34 |
splitOutput=theResult.splitlines()
|
35 |
for i in range(0,len(splitOutput)):
|
36 |
+
print("i={},out={}".format(i, splitOutput[i]))
|
37 |
|
38 |
return tokenizer.decode(outputs[0])
|
39 |
|