game-test / app.py
Omnibus's picture
Update app.py
9ee7f8a
raw
history blame
246 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="100%"
></iframe>
</div>
""")
app.launch()