Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
parrotmaker
/
ai-canvas
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5627e5f
ai-canvas
/
app.py
parrotmaker
Upload app.py
5627e5f
verified
3 months ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
app:
gr.HTML(
"<script>window.location.href = '/static/index.html'</script>"
)
app.launch()