Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabd
/
playground-llm
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8f4deb6
playground-llm
/
app.py
aliabd
HF Staff
Update app.py
8f4deb6
verified
11 months ago
raw
Copy download link
history
blame
Safe
191 Bytes
import
gradio
as
gr
js =
"""
function redirect()
{
window.location.href = 'https://fb59f01c.gradio-website.pages.dev/playground';
}
"""
with
gr.Blocks(js=js)
as
demo:
pass
demo.launch()