Pashtetuum commited on
Commit
d8de842
1 Parent(s): 813a557

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,8 +1,8 @@
1
- pip install --upgrade pip
2
- pip install numpy
3
- pip install tensorflow-2.3.0
4
- pip install autokeras
5
- pip install opencv-python
6
  import numpy as np
7
  from tensorflow.keras.models import load_model
8
  from tensorflow.keras.preprocessing.image import load_img, img_to_array
 
1
+ !pip install --upgrade pip
2
+ !pip install numpy
3
+ !pip install tensorflow-2.3.0
4
+ !pip install autokeras
5
+ !pip install opencv-python
6
  import numpy as np
7
  from tensorflow.keras.models import load_model
8
  from tensorflow.keras.preprocessing.image import load_img, img_to_array