5627e5f
1
2
3
4
5
6
7
import gradio as gr with gr.Blocks() as app: gr.HTML("<script>window.location.href = '/static/index.html'</script>") app.launch()