Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
game-test
like
3
Runtime error
App
Files
Files
Community
6634db1
game-test
/
app.py
Omnibus
Create app.py
6634db1
about 1 year ago
raw
Copy download link
history
blame
Safe
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()