ylacombe commited on
Commit
514dcf0
·
1 Parent(s): 472b521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -60,7 +60,6 @@ def generate_audio_and_image(story_prompt, voice_preset=voice_preset):
60
  api_name="/chat"
61
  )
62
 
63
- print(story)
64
 
65
  model_input = story.replace("\n", " ").strip()
66
  model_input = nltk.sent_tokenize(model_input)
 
60
  api_name="/chat"
61
  )
62
 
 
63
 
64
  model_input = story.replace("\n", " ").strip()
65
  model_input = nltk.sent_tokenize(model_input)