andrewzamp commited on
Commit
bc05a11
·
1 Parent(s): ae846dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  # Import the libraries
2
  import numpy as np
3
  import pandas as pd
4
- from sklearn.preprocessing import LabelEncoder
5
- from tensorflow.keras.models import load_model # type: ignore
6
  from tensorflow.keras.preprocessing.image import load_img, img_to_array # type: ignore
7
  from tensorflow.keras.applications.convnext import preprocess_input # type: ignore
8
  import gradio as gr
 
1
  # Import the libraries
2
  import numpy as np
3
  import pandas as pd
4
+ from tensorflow.keras.layers import TFSMLayer # type: ignore
 
5
  from tensorflow.keras.preprocessing.image import load_img, img_to_array # type: ignore
6
  from tensorflow.keras.applications.convnext import preprocess_input # type: ignore
7
  import gradio as gr