cnph001 commited on
Commit
8a746bb
·
verified ·
1 Parent(s): b0718f9

Final Changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #detect=1
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