yaoxunji commited on
Commit
c130bcf
·
verified ·
1 Parent(s): d4f256f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def inference(noisy_path):
29
 
30
 
31
  from huggingface_hub import hf_hub_download
32
- config_path = hf_hub_download(repo_id="yaoxunji/gense", filename="config.json")
33
  n2s_ckpt_path = hf_hub_download(repo_id="yaoxunji/gense", filename="n2s_xlsr.ckpt")
34
  s2s_ckpt_path = hf_hub_download(repo_id="yaoxunji/gense", filename="s2s_xlsr.ckpt")
35
 
 
29
 
30
 
31
  from huggingface_hub import hf_hub_download
32
+ config_path = hf_hub_download(repo_id="yaoxunji/gense", filename="gense.yaml")
33
  n2s_ckpt_path = hf_hub_download(repo_id="yaoxunji/gense", filename="n2s_xlsr.ckpt")
34
  s2s_ckpt_path = hf_hub_download(repo_id="yaoxunji/gense", filename="s2s_xlsr.ckpt")
35