Shokoufehhh commited on
Commit
d240b4b
·
verified ·
1 Parent(s): 38a61d7

Update app.py

Browse files

just added ' a comment line' to test the speed of building

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +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):
 
5
  from sgmse.util.other import pad_spec
6
 
7
  # Load the pre-trained model
8
+ # load hehe
9
  model = ScoreModel.load_from_checkpoint("pretrained_checkpoints/speech_enhancement/train_vb_29nqe0uh_epoch=115.ckpt")
10
 
11
  def enhance_speech(audio_file):