Spaces:
Running
Running
Update generate_audio_edgetts.py
Browse files
generate_audio_edgetts.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
import spaces
|
| 2 |
import pickle
|
| 3 |
import numpy as np
|
| 4 |
from tqdm import tqdm
|
|
@@ -6,7 +5,7 @@ import edge_tts
|
|
| 6 |
import ast
|
| 7 |
import asyncio
|
| 8 |
|
| 9 |
-
|
| 10 |
class EdgeTTSGenerator:
|
| 11 |
"""
|
| 12 |
A class to generate podcast-style audio from a transcript using edge-tts.
|
|
|
|
|
|
|
| 1 |
import pickle
|
| 2 |
import numpy as np
|
| 3 |
from tqdm import tqdm
|
|
|
|
| 5 |
import ast
|
| 6 |
import asyncio
|
| 7 |
|
| 8 |
+
|
| 9 |
class EdgeTTSGenerator:
|
| 10 |
"""
|
| 11 |
A class to generate podcast-style audio from a transcript using edge-tts.
|