Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🚗
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -33,4 +33,4 @@ This Streamlit app uses a YOLOv8 model to detect and recognize license plates in
|
|
| 33 |
## 📦 Installation (for local use)
|
| 34 |
```bash
|
| 35 |
pip install -r requirements.txt
|
| 36 |
-
streamlit run app.py
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.52.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 33 |
## 📦 Installation (for local use)
|
| 34 |
```bash
|
| 35 |
pip install -r requirements.txt
|
| 36 |
+
streamlit run app.py
|