Update app.py
Browse files
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="
|
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 |
|