Spaces:
Running
Running
unilight
commited on
Commit
·
7669465
1
Parent(s):
052c3ff
fix package
Browse files- app.py +0 -2
- requirements.txt +7 -0
app.py
CHANGED
|
@@ -4,8 +4,6 @@ from glob import glob
|
|
| 4 |
import torch.nn.functional as F
|
| 5 |
import torchaudio
|
| 6 |
from loguru import logger
|
| 7 |
-
import soundfile as sf
|
| 8 |
-
import librosa
|
| 9 |
import gradio as gr
|
| 10 |
|
| 11 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 4 |
import torch.nn.functional as F
|
| 5 |
import torchaudio
|
| 6 |
from loguru import logger
|
|
|
|
|
|
|
| 7 |
import gradio as gr
|
| 8 |
|
| 9 |
from huggingface_hub import hf_hub_download
|
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchaudio
|
| 3 |
+
pyyaml
|
| 4 |
+
loguru
|
| 5 |
+
altair
|
| 6 |
+
fsspec
|
| 7 |
+
huggingface_hub
|