Closed Wytamma closed 1 month ago
Refactor the api to be give you access to the underlying fastapi app. I don't want to have to write it like this:
app = FastAPI() gr_app = gr.mount_gradio_app(app, InterfaceBuilder(reverse_complement).interface, path="/")
Refactored to GUIGAGA(app).interface. It's fine for mounting.
GUIGAGA(app).interface
Refactor the api to be give you access to the underlying fastapi app. I don't want to have to write it like this: