Spaces:
Running
Running
swap to ginigen/zonos-longform
#30
by
AcTePuKc - opened
- test_tts_zonos.py +2 -2
test_tts_zonos.py
CHANGED
|
@@ -2,9 +2,9 @@ import os
|
|
| 2 |
from test_overrides import _get_param_examples, _override_params
|
| 3 |
from gradio_client import Client, file
|
| 4 |
|
| 5 |
-
model = "
|
| 6 |
# client = Client("Pendrokar/Zonos", hf_token=os.getenv('HF_TOKEN'))
|
| 7 |
-
client = Client("
|
| 8 |
# client = Client(model, hf_token=os.getenv('HF_TOKEN'))
|
| 9 |
endpoints = client.view_api(all_endpoints=True, print_info=False, return_format='dict')
|
| 10 |
# print(endpoints)
|
|
|
|
| 2 |
from test_overrides import _get_param_examples, _override_params
|
| 3 |
from gradio_client import Client, file
|
| 4 |
|
| 5 |
+
model = "ginigen/zonos-longform"
|
| 6 |
# client = Client("Pendrokar/Zonos", hf_token=os.getenv('HF_TOKEN'))
|
| 7 |
+
client = Client("ginigen/zonos-longform", hf_token=os.getenv('HF_TOKEN'))
|
| 8 |
# client = Client(model, hf_token=os.getenv('HF_TOKEN'))
|
| 9 |
endpoints = client.view_api(all_endpoints=True, print_info=False, return_format='dict')
|
| 10 |
# print(endpoints)
|