Spaces:
Runtime error
Runtime error
File size: 132 Bytes
b7c7aa0 |
1 2 3 4 5 6 |
from fastapi import FastAPI
import gradio as gr
from run import Core
app = FastAPI()
app = gr.mount_gradio_app(app, Core, path="/") |