Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fixed model_name var
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import threading
|
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
import gradio as gr
|
9 |
|
10 |
-
model_name = "Pendrokar/
|
11 |
model_path = hf_hub_download(repo_id=model_name, filename="ccby_nvidia_hifi_6670_M.pt")
|
12 |
model_json_path = hf_hub_download(repo_id=model_name, filename="ccby_nvidia_hifi_6670_M.json")
|
13 |
|
|
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
import gradio as gr
|
9 |
|
10 |
+
model_name = "Pendrokar/xvapitch_nvidia_6670"
|
11 |
model_path = hf_hub_download(repo_id=model_name, filename="ccby_nvidia_hifi_6670_M.pt")
|
12 |
model_json_path = hf_hub_download(repo_id=model_name, filename="ccby_nvidia_hifi_6670_M.json")
|
13 |
|