Spaces:
Sleeping
Sleeping
Pip install of libraries added
Browse files
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
|