yugamj commited on
Commit
193652a
1 Parent(s): 8bf10d5

Pip install of libraries added

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,4 +1,9 @@
1
  #Import libraries
 
 
 
 
 
2
  import numpy as np
3
  import tensorflow as tf
4
  from tensorflow.keras.models import load_model
 
1
  #Import libraries
2
+ !pip install numpy
3
+ !pip install tensorflow
4
+ !pip install tensorflow_text
5
+ !pip install tensorflow_hub
6
+
7
  import numpy as np
8
  import tensorflow as tf
9
  from tensorflow.keras.models import load_model