Spaces:
Runtime error
Runtime error
File size: 191 Bytes
9fdb9dc |
1 2 3 4 5 6 7 8 9 10 |
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() |