AI-book / app.py
Omnibus's picture
Create app.py
b73125b verified
raw
history blame
No virus
84 Bytes
import gradio as gr
with gr.Blocks() as app:
gr.HTML('index.html')
app.launch()