Spaces:
Sleeping
Sleeping
Commit ·
c43dd8e
1
Parent(s): feac374
update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: indigo
|
|
@@ -19,16 +19,3 @@ A tiny **fastai + Gradio** demo that recognises different species of bears from
|
|
| 19 |
</p>
|
| 20 |
|
| 21 |
---
|
| 22 |
-
|
| 23 |
-
## 🚀 Run Locally
|
| 24 |
-
|
| 25 |
-
```bash
|
| 26 |
-
git clone https://huggingface.co/spaces/williamj949/BearsClassifier
|
| 27 |
-
cd BearsClassifier
|
| 28 |
-
|
| 29 |
-
# create / activate a fresh env (recommended)
|
| 30 |
-
python -m venv venv
|
| 31 |
-
source venv/bin/activate # or .\venv\Scripts\activate on Windows
|
| 32 |
-
|
| 33 |
-
pip install -r requirements.txt
|
| 34 |
-
python app.py
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Bears Detector
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: indigo
|
|
|
|
| 19 |
</p>
|
| 20 |
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|