Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -9,5 +9,16 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
+
# Running BiryaniHub Flask App
|
13 |
+
|
14 |
+
This is a Flask-based web application.
|
15 |
+
|
16 |
+
## How to Run
|
17 |
+
|
18 |
+
Hugging Face will use the following command to run this app:
|
19 |
+
|
20 |
+
```bash
|
21 |
+
gunicorn app:app -b 0.0.0.0:$PORT
|
22 |
+
|
23 |
|
24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|