import gradio as gr with gr.Blocks() as app: gr.HTML('index.html') app.launch()