JairRamosG commited on
Commit
00abd79
verified
1 Parent(s): 59d9f38
Files changed (1) hide show
  1. app.py +1 -1
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("/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)
 
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)