Spaces:
Running
Running
removed pip install commands
Browse files
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
|