905saini commited on
Commit
c245399
·
1 Parent(s): 498f299

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import streamlit as st
2
+ import tensorflow as tf
3
+ from PIL import Image
4
+ import cv2
5
+ model = tf.saved_model.load("best_saved_model") #Loading the saved model