Spaces:
Running
Running
Update pages/Entorno de Ejecución.py
Browse files
pages/Entorno de Ejecución.py
CHANGED
@@ -3,6 +3,7 @@ import tensorflow as tf
|
|
3 |
from tensorflow.keras.models import load_model
|
4 |
import os
|
5 |
import cv2
|
|
|
6 |
|
7 |
st.set_page_config(
|
8 |
page_title = 'Patacotrón',
|
|
|
3 |
from tensorflow.keras.models import load_model
|
4 |
import os
|
5 |
import cv2
|
6 |
+
import numpy as np
|
7 |
|
8 |
st.set_page_config(
|
9 |
page_title = 'Patacotrón',
|