Spaces:
Runtime error
Runtime error
File size: 263 Bytes
6634db1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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() |