EDGAhab commited on
Commit
a039f36
·
1 Parent(s): 66197e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -11,12 +11,6 @@ from text import text_to_sequence
11
 
12
  import json
13
  import math
14
- from torch import nn
15
- from torch.nn import functional as F
16
- from torch.utils.data import DataLoader
17
-
18
- from data_utils import TextAudioLoader, TextAudioCollate, TextAudioSpeakerLoader, TextAudioSpeakerCollate
19
- from scipy.io.wavfile import write
20
 
21
  def get_text(text, hps):
22
  text_norm = text_to_sequence(text, hps.data.text_cleaners)
 
11
 
12
  import json
13
  import math
 
 
 
 
 
 
14
 
15
  def get_text(text, hps):
16
  text_norm = text_to_sequence(text, hps.data.text_cleaners)