Jofthomas HF staff commited on
Commit
ea8f6b9
1 Parent(s): 18cc68d

Update TextGen/router.py

Browse files
Files changed (1) hide show
  1. TextGen/router.py +1 -1
TextGen/router.py CHANGED
@@ -17,7 +17,7 @@ from gradio_client import Client
17
 
18
  my_hf_token=os.environ["HF_TOKEN"]
19
 
20
- tts_client = Client("https://jofthomas-xtts.hf.space/--replicas/sxv98/",hf_token=my_hf_token)
21
 
22
 
23
 
 
17
 
18
  my_hf_token=os.environ["HF_TOKEN"]
19
 
20
+ tts_client = Client("https://jofthomas-xtts.hf.space/",hf_token=my_hf_token)
21
 
22
 
23