Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
reiflja1
/
pokemon-classifier
like
0
Runtime error
App
Files
Files
Community
reiflja1
commited on
May 13
Commit
16efc52
•
1 Parent(s):
925d33a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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