Final Changes
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ async def paragraph_to_speech(text, voice, rate, pitch):
|
|
91 |
detect=1
|
92 |
current_voice = voice3F.split(" - ")[0]
|
93 |
elif part.startswith("4F"):
|
94 |
-
|
95 |
current_voice = voice4F.split(" - ")[0]
|
96 |
elif part.startswith("1M"):
|
97 |
detect=1
|
|
|
91 |
detect=1
|
92 |
current_voice = voice3F.split(" - ")[0]
|
93 |
elif part.startswith("4F"):
|
94 |
+
detect=1
|
95 |
current_voice = voice4F.split(" - ")[0]
|
96 |
elif part.startswith("1M"):
|
97 |
detect=1
|