Spaces:
Runtime error
Runtime error
app 3
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def load_lottieurl(url):
|
|
| 17 |
lottie_faces = load_lottieurl("https://lottie.host/7ea78645-0d4e-4648-a015-fb58331ac7d7/47FTHHimCQ.json")
|
| 18 |
|
| 19 |
# Load the model
|
| 20 |
-
model = tf.keras.models.load_model("
|
| 21 |
|
| 22 |
st.subheader("Machine Learning para Producci贸n - M贸dulo 03")
|
| 23 |
st.markdown("<h5>Tarea Streamlit</h5>", unsafe_allow_html=True)
|
|
|
|
| 17 |
lottie_faces = load_lottieurl("https://lottie.host/7ea78645-0d4e-4648-a015-fb58331ac7d7/47FTHHimCQ.json")
|
| 18 |
|
| 19 |
# Load the model
|
| 20 |
+
model = tf.keras.models.load_model("modelo_celeba_50e.h5", compile=False)
|
| 21 |
|
| 22 |
st.subheader("Machine Learning para Producci贸n - M贸dulo 03")
|
| 23 |
st.markdown("<h5>Tarea Streamlit</h5>", unsafe_allow_html=True)
|