CoolFace
Apppublic

Monike123/Document_API_End_points

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes
README.md22 linesDownload Raw Back to root
1---2title: Document API End Points3emoji: 😻4colorFrom: indigo5colorTo: green6sdk: gradio7sdk_version: 5.49.18app_file: app.py9pinned: false10license: mit11short_description: '-'12---13---14How to run locally:15---161. pip install -r requirements.txt172. place models in ./models/183. FLASK_ENV=development python app.py19 20On Hugging Face Spaces: push this repo, upload models into models/ and run. The21public URL will be your Space endpoint.22---