Spaces:
Sleeping
Sleeping
updating readme
Browse files
README.md
CHANGED
|
@@ -10,3 +10,9 @@ short_description: AI-powered media bias detection API
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
run by
|
| 16 |
+
```
|
| 17 |
+
uvicorn app.main:app --host 0.0.0.0 --port 7860 --reload
|
| 18 |
+
```
|