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...
9fdb9dc
playground-llm
/
app.py
aliabd
HF Staff
Create app.py
9fdb9dc
verified
11 months ago
raw
Copy download link
history
blame
Safe
191 Bytes
import
gradio
as
gr
js =
"""
function redirect()
{
window.location.href = 'https://307f1325.gradio-website.pages.dev/playground';
}
"""
with
gr.Blocks(js=js)
as
demo:
pass
demo.launch()