Spaces:
Paused
Paused
Update app.py
Browse files
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)
|