Parthebhan commited on
Commit
5e4ed5c
·
verified ·
1 Parent(s): 62e5db2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
- import pickle
2
  import gradio as gr
 
3
 
4
  # Load the pickled model
5
  model = tf.keras.models.load_model("census.h5")
 
 
1
  import gradio as gr
2
+ import tensorflow as tf
3
 
4
  # Load the pickled model
5
  model = tf.keras.models.load_model("census.h5")