Spaces:
Build error
Build error
BrayanGuerreroXD
commited on
Commit
·
6b74c48
1
Parent(s):
12016cd
mejoras adicionales a app.py de nuevo
Browse files- app.py +1 -0
- requirements.txt +2 -1
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
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
|
|
|
1 |
#Librerias para cargar imagenes
|
2 |
import numpy as np
|
3 |
+
import gradio as gr
|
4 |
import tensorflow as tf
|
5 |
from tensorflow.keras.preprocessing.image import load_img, img_to_array
|
6 |
from tensorflow.keras.models import load_model
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
numpy
|
2 |
tensorflow
|
3 |
keras
|
4 |
-
streamlit
|
|
|
|
1 |
numpy
|
2 |
tensorflow
|
3 |
keras
|
4 |
+
streamlit
|
5 |
+
gradio
|