Shokoufehhh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import torchaudio
|
|
3 |
from sgmse.model import ScoreModel
|
4 |
import gradio as gr
|
5 |
from sgmse.util.other import pad_spec
|
6 |
-
|
7 |
# Load the pre-trained model
|
8 |
model = ScoreModel.load_from_checkpoint("pretrained_checkpoints/speech_enhancement/train_vb_29nqe0uh_epoch=115.ckpt")
|
9 |
|
|
|
3 |
from sgmse.model import ScoreModel
|
4 |
import gradio as gr
|
5 |
from sgmse.util.other import pad_spec
|
6 |
+
|
7 |
# Load the pre-trained model
|
8 |
model = ScoreModel.load_from_checkpoint("pretrained_checkpoints/speech_enhancement/train_vb_29nqe0uh_epoch=115.ckpt")
|
9 |
|