Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,11 +12,11 @@ short_description: '-'
|
|
| 12 |
---
|
| 13 |
---
|
| 14 |
How to run locally:
|
|
|
|
| 15 |
1. pip install -r requirements.txt
|
| 16 |
2. place models in ./models/
|
| 17 |
3. FLASK_ENV=development python app.py
|
|
|
|
| 18 |
On Hugging Face Spaces: push this repo, upload models into models/ and run. The
|
| 19 |
public URL will be your Space endpoint.
|
| 20 |
-
---
|
| 21 |
-
|
| 22 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 12 |
---
|
| 13 |
---
|
| 14 |
How to run locally:
|
| 15 |
+
---
|
| 16 |
1. pip install -r requirements.txt
|
| 17 |
2. place models in ./models/
|
| 18 |
3. FLASK_ENV=development python app.py
|
| 19 |
+
|
| 20 |
On Hugging Face Spaces: push this repo, upload models into models/ and run. The
|
| 21 |
public URL will be your Space endpoint.
|
| 22 |
+
---
|
|
|
|
|
|