Spaces:
Build error
Build error
Jakub Kwiatkowski
commited on
Commit
•
44b7335
1
Parent(s):
bc80d7d
Add opencv. Remov config utils.
Browse files- models.py +0 -3
- requirements.txt +2 -1
models.py
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
import tensorflow as tf
|
2 |
-
from config_utils import tf_gpu
|
3 |
-
|
4 |
-
tf_gpu()
|
5 |
tf.experimental.numpy.experimental_enable_numpy_behavior(prefer_float32=True)
|
6 |
|
7 |
from huggingface_hub import from_pretrained_keras
|
|
|
1 |
import tensorflow as tf
|
|
|
|
|
|
|
2 |
tf.experimental.numpy.experimental_enable_numpy_behavior(prefer_float32=True)
|
3 |
|
4 |
from huggingface_hub import from_pretrained_keras
|
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ matplotlib~=3.5.0
|
|
8 |
scikit-image~=0.18.1
|
9 |
dataclasses~=0.6
|
10 |
requests~=2.26.0
|
11 |
-
loguru~=0.5.3
|
|
|
|
8 |
scikit-image~=0.18.1
|
9 |
dataclasses~=0.6
|
10 |
requests~=2.26.0
|
11 |
+
loguru~=0.5.3
|
12 |
+
opencv-python~=4.7.0
|