fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
201 stars 18 forks source link

fix(fal): set root_path for fal.App #208

Closed efiop closed 1 month ago

efiop commented 1 month ago

This will make default endpoints like /docs and /redoc work out of box, thus enabling a super convenient way of discovering what endpoints you've deployed.

Depends on https://github.com/fal-ai/isolate-cloud/pull/1729 , but we can merge here right away.