qqwjq1981 commited on
Commit
65983b3
·
verified ·
1 Parent(s): b96107c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ from TTS.tts.configs.xtts_config import XttsConfig
34
 
35
  # Accept license terms for Coqui XTTS
36
  os.environ["COQUI_TOS_AGREED"] = "1"
37
- torch.serialization.add_safe_globals([XttsConfig])
38
 
39
  # Load XTTS model
40
  try:
 
34
 
35
  # Accept license terms for Coqui XTTS
36
  os.environ["COQUI_TOS_AGREED"] = "1"
37
+ # torch.serialization.add_safe_globals([XttsConfig])
38
 
39
  # Load XTTS model
40
  try: