gradio and fastapi use basically the same pydantic models but they're doubly defined. ideally they both point to the same objects otherwise our codebase becomes quite brittle.
we'll need to figure out a convenient way for both docker containers to reference the same file/directory.
gradio and fastapi use basically the same pydantic models but they're doubly defined. ideally they both point to the same objects otherwise our codebase becomes quite brittle.
we'll need to figure out a convenient way for both docker containers to reference the same file/directory.