Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import os
|
|
7 |
|
8 |
|
9 |
def text_to_speech(text):
|
|
|
10 |
# prevent too long text
|
11 |
if len(text) > 500:
|
12 |
text = text[:500]
|
|
|
7 |
|
8 |
|
9 |
def text_to_speech(text):
|
10 |
+
print("starting")
|
11 |
# prevent too long text
|
12 |
if len(text) > 500:
|
13 |
text = text[:500]
|