Spaces:
Build error
Build error
BrayanGuerreroXD
commited on
Commit
·
4903d2e
1
Parent(s):
6b86170
mejoras en app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
#Librerias para cargar imagenes
|
2 |
import numpy as np
|
3 |
import tensorflow as tf
|
4 |
-
from
|
5 |
-
from
|
6 |
import streamlit as st
|
7 |
|
8 |
dim = 200
|
|
|
1 |
#Librerias para cargar imagenes
|
2 |
import numpy as np
|
3 |
import tensorflow as tf
|
4 |
+
from tensorflow.keras.preprocessing.image import load_img, img_to_array
|
5 |
+
from tensorflow.keras.models import load_model
|
6 |
import streamlit as st
|
7 |
|
8 |
dim = 200
|