--- title: Reco Api Predict emoji: ⚡ colorFrom: indigo colorTo: yellow sdk: docker pinned: false short_description: api de prediction --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference #lancement en local uvicorn app.main:app --host 0.0.0.0 --port 7860 --log-level debug