Spaces:
Sleeping
Sleeping
File size: 441 Bytes
958d191 2fa85df 958d191 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
title: BiryaniHub
emoji: 🌍
colorFrom: gray
colorTo: pink
sdk: gradio
sdk_version: 5.12.0
app_file: app.py
pinned: false
license: apache-2.0
---
# Running BiryaniHub Flask App
This is a Flask-based web application.
## How to Run
Hugging Face will use the following command to run this app:
```bash
gunicorn app:app -b 0.0.0.0:$PORT
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|