Spaces:
Runtime error
Runtime error
lfernandopg
commited on
Commit
•
8e1216a
1
Parent(s):
1a52dad
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
|
|
2 |
from PIL import Image
|
3 |
import tensorflow as tf
|
4 |
import matplotlib.pyplot as plt
|
|
|
5 |
|
6 |
model = tf.keras.models.load_model('modelo.h5')
|
7 |
|
|
|
2 |
from PIL import Image
|
3 |
import tensorflow as tf
|
4 |
import matplotlib.pyplot as plt
|
5 |
+
import numpy as np
|
6 |
|
7 |
model = tf.keras.models.load_model('modelo.h5')
|
8 |
|