Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Omnibus/game-test
Nymbo
/
Game-Creator
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6634db1
Game-Creator
/
app.py
Omnibus
Create app.py
6634db1
over 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()