Spaces:
Sleeping
Sleeping
app.py
CHANGED
|
@@ -10,6 +10,7 @@ from PyPDF2 import PdfReader
|
|
| 10 |
from pydub import AudioSegment
|
| 11 |
from transformers import pipeline
|
| 12 |
import concurrent.futures
|
|
|
|
| 13 |
|
| 14 |
# Apply nested event loop patch for Jupyter/Colab
|
| 15 |
nest_asyncio.apply()
|
|
|
|
| 10 |
from pydub import AudioSegment
|
| 11 |
from transformers import pipeline
|
| 12 |
import concurrent.futures
|
| 13 |
+
from edge_tts import VoicesManager
|
| 14 |
|
| 15 |
# Apply nested event loop patch for Jupyter/Colab
|
| 16 |
nest_asyncio.apply()
|