Shokoufehhh commited on
Commit
c341d23
·
verified ·
1 Parent(s): d0dbc2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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
 
10
  def enhance_speech(audio_file):
11
  # Load and process the audio file
 
5
  from sgmse.util.other import pad_spec
6
 
7
  # Load the pre-trained model
8
+ model = ScoreModel.load_from_checkpoint("https://huggingface.co/sp-uhh/speech-enhancement-sgmse/resolve/main/train_vb_29nqe0uh_epoch%3D115.ckpt")
9
 
10
  def enhance_speech(audio_file):
11
  # Load and process the audio file