yugamj commited on
Commit
745fb2d
1 Parent(s): ed63473

removed pip install commands

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,8 +1,4 @@
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
 
1
+ #Import and install libraries
 
 
 
 
2
 
3
  import numpy as np
4
  import tensorflow as tf