statics-server / app.py
thanhnv2323's picture
Create app.py
8dd38f7
raw
history blame
53 Bytes
import gradio as gr
from api.index import run
run()