Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabd
/
playground-llm
like
1
Runtime error
App
Files
Files
Community
a5e1b5a
playground-llm
/
app.py
aliabd
HF staff
Update app.py
a5e1b5a
verified
2 months ago
raw
Copy download link
history
blame
Safe
193 Bytes
import
gradio
as
gr
js =
"""
function redirect()
{
window.location.href = = 'https://41e124ab.gradio-website.pages.dev/playground';
}
"""
with
gr.Blocks(js=js)
as
demo:
pass
demo.launch()