sudip1310 commited on
Commit
c15733e
1 Parent(s): 06297b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,7 +26,7 @@ gdown.download(url, output, quiet=False)
26
  import tensorflow.compat.v1 as tf
27
  tf.disable_v2_behavior()
28
  #tensorflow_version 1.x
29
- pylab inline
30
  rcParams["figure.figsize"] = (10,5)
31
 
32
  import os
@@ -135,7 +135,7 @@ model.decoder.max_decoder_steps = 200
135
 
136
  #@title Select the emotion and type the text
137
 
138
- pylab inline
139
 
140
  Emotion = "Neutral" #@param ["Neutral", "Angry", "Disgust", "Sleepiness", "Amused"]
141
  Text = 'I am exhausted.' #@param {type:"string"}
 
26
  import tensorflow.compat.v1 as tf
27
  tf.disable_v2_behavior()
28
  #tensorflow_version 1.x
29
+ #pylab inline
30
  rcParams["figure.figsize"] = (10,5)
31
 
32
  import os
 
135
 
136
  #@title Select the emotion and type the text
137
 
138
+ #pylab inline
139
 
140
  Emotion = "Neutral" #@param ["Neutral", "Angry", "Disgust", "Sleepiness", "Amused"]
141
  Text = 'I am exhausted.' #@param {type:"string"}