ajayarora1235 commited on
Commit
aa9ee54
·
1 Parent(s): 4036c77

fix edge tts import

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -31,7 +31,6 @@ os.environ["TEMP"] = tmp
31
  warnings.filterwarnings("ignore")
32
  torch.manual_seed(114514)
33
 
34
- import edge_tts, asyncio
35
  from ilariatts import tts_order_voice
36
  language_dict = tts_order_voice
37
  ilariavoices = language_dict.keys()
 
31
  warnings.filterwarnings("ignore")
32
  torch.manual_seed(114514)
33
 
 
34
  from ilariatts import tts_order_voice
35
  language_dict = tts_order_voice
36
  ilariavoices = language_dict.keys()