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
File size: 84 Bytes
b73125b
1
2
3
4
5
import
gradio
as
gr
with
gr.Blocks()
as
app: gr.HTML(
'index.html'
) app.launch()