BrayanGuerreroXD commited on
Commit
4903d2e
·
1 Parent(s): 6b86170

mejoras en app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  #Librerias para cargar imagenes
2
  import numpy as np
3
  import tensorflow as tf
4
- from tf.keras.preprocessing.image import load_img, img_to_array
5
- from tf.keras.models import load_model
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