Beasto commited on
Commit
d75c8df
·
1 Parent(s): c32e04b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1,12 +1,8 @@
1
  import streamlit as st
2
- import tensorflow as tf
3
  import numpy as np
4
  from PIL import Image
5
- import tensorflow_addons as tfa
6
- import cv2
7
  import tensorflow_hub as hub
8
  import tensorflow as tf
9
- from tensorflow.keras.utils import custom_object_scope
10
 
11
  os.environ['TFHUB_MODEL_LOAD_FORMAT'] = 'COMPRESSED'
12
 
 
1
  import streamlit as st
 
2
  import numpy as np
3
  from PIL import Image
 
 
4
  import tensorflow_hub as hub
5
  import tensorflow as tf
 
6
 
7
  os.environ['TFHUB_MODEL_LOAD_FORMAT'] = 'COMPRESSED'
8