pmelnechuk commited on
Commit
5e7b323
verified
1 Parent(s): 8a6e488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,5 +59,5 @@ if __name__=="__main__":
59
  # Carga del modelo y ejecuci贸n de la interfaz
60
  src.model_load.load_model()
61
  print("Lanzando interfaz")
62
- interfaz()
63
 
 
59
  # Carga del modelo y ejecuci贸n de la interfaz
60
  src.model_load.load_model()
61
  print("Lanzando interfaz")
62
+ src.st.interfaz()
63