reiflja1 commited on
Commit
16efc52
1 Parent(s): 925d33a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  # Load the model
2
  model = tf.keras.models.load_model('pokemon_classifier_model.keras')
3
 
 
1
+ import tensorflow as tf
2
  # Load the model
3
  model = tf.keras.models.load_model('pokemon_classifier_model.keras')
4