Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import tensorflow as tf
|
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
# Load the model
|
| 6 |
-
model = tf.keras.models.load_model('
|
| 7 |
|
| 8 |
# Create a button
|
| 9 |
button_clicked = st.button("Generate")
|
|
|
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
# Load the model
|
| 6 |
+
model = tf.keras.models.load_model('pokemongenerator.h5')
|
| 7 |
|
| 8 |
# Create a button
|
| 9 |
button_clicked = st.button("Generate")
|