Spaces:
Build error
Build error
Update predict_glaucoma.py
Browse files- predict_glaucoma.py +3 -0
predict_glaucoma.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import cv2
|
2 |
import numpy as np
|
3 |
import tensorflow as tf
|
|
|
1 |
+
import os
|
2 |
+
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
|
3 |
+
|
4 |
import cv2
|
5 |
import numpy as np
|
6 |
import tensorflow as tf
|