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