Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import gradio as gr
|
|
5 |
from sgmse.util.other import pad_spec
|
6 |
|
7 |
# Load the pre-trained model
|
8 |
-
# hehe
|
9 |
model = ScoreModel.load_from_checkpoint("pretrained_checkpoints/speech_enhancement/train_vb_29nqe0uh_epoch=115.ckpt")
|
10 |
|
11 |
def enhance_speech(audio_file):
|
|
|
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 |
|
10 |
def enhance_speech(audio_file):
|