game-test / app.py
Omnibus's picture
Create app.py
6634db1
raw
history blame
263 Bytes
import gradio as gr
with gr.Blocks() as app:
gr.HTML("""
<div id="demo">
<iframe
src="https://omnibus-game-test-static.static.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
</div>
""")
app.launch()