9fdb9dc a5e1b5a 9fdb9dc
1
2
3
4
5
6
7
8
9
10
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()