File size: 84 Bytes
b73125b
 
 
 
 
1
2
3
4
5
import gradio as gr

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