Spaces:
Sleeping
Sleeping
removing unused imports
Browse files
app.py
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
-
import librosa
|
3 |
import torch
|
4 |
import soundfile as sf
|
5 |
from speechbrain.inference.separation import SepformerSeparation as separator
|
6 |
-
import torchaudio, torchmetrics, torch
|
7 |
|
8 |
|
9 |
# defineing model class
|
|
|
1 |
import gradio as gr
|
|
|
2 |
import torch
|
3 |
import soundfile as sf
|
4 |
from speechbrain.inference.separation import SepformerSeparation as separator
|
|
|
5 |
|
6 |
|
7 |
# defineing model class
|