Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import torch
|
|
4 |
import librosa
|
5 |
import json
|
6 |
import os
|
|
|
7 |
|
8 |
# Assuming other necessary imports and setup are already done
|
9 |
|
|
|
4 |
import librosa
|
5 |
import json
|
6 |
import os
|
7 |
+
import whisper
|
8 |
|
9 |
# Assuming other necessary imports and setup are already done
|
10 |
|