import gradio as gr demo = gr.Blocks() with demo: gr.HTML(""" Hugging Face Temple Run
Game Over!
Click to Restart
GPUs Collected: 0

Controls:

A / Left / Swipe Left: Move Left

D / Right / Swipe Right: Move Right

Space / Swipe Up: Jump

Avoid obstacles, collect GPUs!

""") demo.launch()