Shokoufehhh commited on
Commit
398b09d
·
verified ·
1 Parent(s): 783e178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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):