Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
|
|
| 23 |
from threading import Lock
|
| 24 |
import scipy.io.wavfile
|
| 25 |
import subprocess
|
|
|
|
| 26 |
|
| 27 |
# Logging setup
|
| 28 |
logging.basicConfig(level=logging.INFO)
|
|
|
|
| 23 |
from threading import Lock
|
| 24 |
import scipy.io.wavfile
|
| 25 |
import subprocess
|
| 26 |
+
import spaces
|
| 27 |
|
| 28 |
# Logging setup
|
| 29 |
logging.basicConfig(level=logging.INFO)
|