Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ZennyKenny
commited on
add spaces back
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import librosa
|
|
5 |
import soundfile as sf
|
6 |
import os
|
7 |
import uuid
|
|
|
8 |
|
9 |
# Directory to save recorded audio files
|
10 |
OUTPUT_DIR = os.getenv("HF_HOME", ".") # Use dynamic path or default to current directory
|
|
|
5 |
import soundfile as sf
|
6 |
import os
|
7 |
import uuid
|
8 |
+
import spaces
|
9 |
|
10 |
# Directory to save recorded audio files
|
11 |
OUTPUT_DIR = os.getenv("HF_HOME", ".") # Use dynamic path or default to current directory
|