Spaces:
Configuration error
Configuration error
Update xtts_demo.py
Browse files- xtts_demo.py +1 -1
xtts_demo.py
CHANGED
|
@@ -970,7 +970,7 @@ if __name__ == "__main__":
|
|
| 970 |
#load_params_tts_btn = gr.Button(value="Load params for TTS from output folder")
|
| 971 |
xtts_checkpoint0 = gr.Textbox(
|
| 972 |
label="XTTS checkpoint path:",
|
| 973 |
-
value="/content/xtts-webui/model/
|
| 974 |
)
|
| 975 |
xtts_config0 = gr.Textbox(
|
| 976 |
label="XTTS config path:",
|
|
|
|
| 970 |
#load_params_tts_btn = gr.Button(value="Load params for TTS from output folder")
|
| 971 |
xtts_checkpoint0 = gr.Textbox(
|
| 972 |
label="XTTS checkpoint path:",
|
| 973 |
+
value="/content/xtts-webui/model/model.pth",
|
| 974 |
)
|
| 975 |
xtts_config0 = gr.Textbox(
|
| 976 |
label="XTTS config path:",
|