| import gradio as gr | |
| from fastapi import FastAPI | |
| from app import iface | |
| app = FastAPI() | |
| app = gr.mount_gradio_app(app,iface,path="/") |
| import gradio as gr | |
| from fastapi import FastAPI | |
| from app import iface | |
| app = FastAPI() | |
| app = gr.mount_gradio_app(app,iface,path="/") |