jiehou commited on
Commit
60048fe
·
1 Parent(s): 3fa5a60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -85,6 +85,7 @@ def generate_text(start_text,text_length=100):
85
  new_sequence = new_sequence + result
86
  encoding.append(index)
87
  encoding = encoding[1:len(encoding)]
 
88
 
89
 
90
 
 
85
  new_sequence = new_sequence + result
86
  encoding.append(index)
87
  encoding = encoding[1:len(encoding)]
88
+ return new_sequence
89
 
90
 
91