Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -710,6 +710,9 @@ def streamlit_ui():
|
|
710 |
model_path = os.path.join(model_directory, selected_model_file)
|
711 |
game = Game(EPSILON_INIT, load_model=True, model_path=model_path)
|
712 |
game.play_auto(episode_info, metrics_container, logs_container)
|
|
|
|
|
|
|
713 |
|
714 |
# Ejecutar UI
|
715 |
streamlit_ui()
|
|
|
710 |
model_path = os.path.join(model_directory, selected_model_file)
|
711 |
game = Game(EPSILON_INIT, load_model=True, model_path=model_path)
|
712 |
game.play_auto(episode_info, metrics_container, logs_container)
|
713 |
+
|
714 |
+
# A帽adir la descripci贸n debajo del bot贸n
|
715 |
+
st.markdown("Para poder correr el modelo usando Pygame y ver la GUI en tiempo real, descarga el juego y modelo en mi github: [chrome dino game](https://github.com/JuanPabloWakkaWatson/chrome-dino-automl23)")
|
716 |
|
717 |
# Ejecutar UI
|
718 |
streamlit_ui()
|