sudip1310 commited on
Commit
b3bf6b3
1 Parent(s): a5c80c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -23,8 +23,8 @@ url = 'https://drive.google.com/uc?id=1D6HGWYWvhdvLWQt4uOYqdmuVO7ZVLWNa'
23
  output = 'trained_models/sleepiness_tacotron.pth'
24
  gdown.download(url, output, quiet=False)
25
 
26
- %tensorflow_version 1.x
27
- %pylab inline
28
  rcParams["figure.figsize"] = (10,5)
29
 
30
  import os
@@ -133,7 +133,7 @@ model.decoder.max_decoder_steps = 200
133
 
134
  #@title Select the emotion and type the text
135
 
136
- %pylab inline
137
 
138
  Emotion = "Neutral" #@param ["Neutral", "Angry", "Disgust", "Sleepiness", "Amused"]
139
  Text = 'I am exhausted.' #@param {type:"string"}
 
23
  output = 'trained_models/sleepiness_tacotron.pth'
24
  gdown.download(url, output, quiet=False)
25
 
26
+ tensorflow_version 1.x
27
+ pylab inline
28
  rcParams["figure.figsize"] = (10,5)
29
 
30
  import os
 
133
 
134
  #@title Select the emotion and type the text
135
 
136
+ pylab inline
137
 
138
  Emotion = "Neutral" #@param ["Neutral", "Angry", "Disgust", "Sleepiness", "Amused"]
139
  Text = 'I am exhausted.' #@param {type:"string"}