sanzgiri commited on
Commit
3a397ef
1 Parent(s): ea03178
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import cv2
3
  import numpy as np
4
  import tensorflow as tf
5
- import tensorflow.contrib.slim as slim
6
  import streamlit as st
7
  from PIL import Image
8
 
 
2
  import cv2
3
  import numpy as np
4
  import tensorflow as tf
5
+ import tf_slim as slim
6
  import streamlit as st
7
  from PIL import Image
8
 
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  tensorflow==2.2.0
 
2
  scikit-image
3
  opencv-python-headless
4
  streamlit
 
1
  tensorflow==2.2.0
2
+ tf_slim
3
  scikit-image
4
  opencv-python-headless
5
  streamlit