Spaces:
Running
Running
Andrei Kulchyk
commited on
Commit
Β·
3d3154f
1
Parent(s):
83f1a51
Remove story reading from file
Browse files
app.py
CHANGED
@@ -62,10 +62,6 @@ clear and consistent manner, suitable for subsequent text-to-speech processing.
|
|
62 |
"""
|
63 |
|
64 |
|
65 |
-
with open("data/the-three-little-pigs.txt") as f:
|
66 |
-
STORY = f.read()
|
67 |
-
|
68 |
-
|
69 |
VOICES = pd.read_csv("data/11labs_tts_voices.csv").query("language == 'en'")
|
70 |
|
71 |
|
|
|
62 |
"""
|
63 |
|
64 |
|
|
|
|
|
|
|
|
|
65 |
VOICES = pd.read_csv("data/11labs_tts_voices.csv").query("language == 'en'")
|
66 |
|
67 |
|