Spaces:
Runtime error
Runtime error
fix slim
Browse files- app.py +1 -1
- 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
|
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
|