Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -2110,7 +2110,7 @@ def generate_audio_elevenlabs(text):
|
|
2110 |
import concurrent.futures
|
2111 |
import tempfile
|
2112 |
import os
|
2113 |
-
import np
|
2114 |
import logging
|
2115 |
from queue import Queue
|
2116 |
from threading import Thread
|
|
|
2110 |
import concurrent.futures
|
2111 |
import tempfile
|
2112 |
import os
|
2113 |
+
import numpy as np
|
2114 |
import logging
|
2115 |
from queue import Queue
|
2116 |
from threading import Thread
|