File size: 141 Bytes
be0ac47
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr
from fastapi import FastAPI

from app import iface

app = FastAPI()

app = gr.mount_gradio_app(app,iface,path="/")