firstpixel commited on
Commit
c6f4673
·
verified ·
1 Parent(s): 115bc81

Update AgentF5TTSChunk.py

Browse files
Files changed (1) hide show
  1. AgentF5TTSChunk.py +1 -1
AgentF5TTSChunk.py CHANGED
@@ -3,7 +3,7 @@ import re
3
  import time
4
  import logging
5
  import subprocess
6
- from f5_tts.api import F5TTS # Correct import for F5-TTS API
7
 
8
 
9
 
 
3
  import time
4
  import logging
5
  import subprocess
6
+ from f5_tts.api import F5TTS
7
 
8
 
9