Spaces:
Sleeping
Sleeping
Commit
·
4a248db
1
Parent(s):
8104036
use jenny
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ model = ParlerTTSForConditionalGeneration.from_pretrained(
|
|
22 |
repo_id, torch_dtype=torch_dtype, low_cpu_mem_usage=True
|
23 |
).to(device)
|
24 |
jenny_model = ParlerTTSForConditionalGeneration.from_pretrained(
|
25 |
-
|
26 |
).to(device)
|
27 |
|
28 |
tokenizer = AutoTokenizer.from_pretrained(repo_id)
|
|
|
22 |
repo_id, torch_dtype=torch_dtype, low_cpu_mem_usage=True
|
23 |
).to(device)
|
24 |
jenny_model = ParlerTTSForConditionalGeneration.from_pretrained(
|
25 |
+
jenny_repo_id, torch_dtype=torch_dtype, low_cpu_mem_usage=True
|
26 |
).to(device)
|
27 |
|
28 |
tokenizer = AutoTokenizer.from_pretrained(repo_id)
|