Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
AI-book
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
63e943a
AI-book
/
app.py
Omnibus
Create app.py
b73125b
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
84 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
app:
gr.HTML(
'index.html'
)
app.launch()