shaheer-data commited on
Commit
749cc5e
·
verified ·
1 Parent(s): e997fea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import streamlit as st
2
- import tensorflow as tf
3
- from tf.keras.models import load_model
4
  from PIL import Image
5
  import os
6
  from huggingface_hub import notebook_login
 
1
  import streamlit as st
2
+ from tensorflow.keras.models import load_model
 
3
  from PIL import Image
4
  import os
5
  from huggingface_hub import notebook_login