import gradio as gr demo = gr.Blocks() with demo: gr.HTML(""" Hugging Face Game with Sound
You Win!
GPUs Collected: 0 / 10

Controls:

W / Up Arrow: Forward

S / Down Arrow: Backward

A / Left Arrow: Left

D / Right Arrow: Right

Spacebar: Up

Shift: Down

Collect all GPUs to win!

""") demo.launch()