Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: πββοΈ
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version: "
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
@@ -14,4 +14,8 @@ pinned: false
|
|
14 |
## Description
|
15 |
A web-based application for virtual hairstyle try-on using Gradio, OpenCV, and MediaPipe. Users can upload a photo or use a webcam to preview different hairstyles.
|
16 |
|
17 |
-
##
|
|
|
|
|
|
|
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: "5.43.1" # Updated to the latest version
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
14 |
## Description
|
15 |
A web-based application for virtual hairstyle try-on using Gradio, OpenCV, and MediaPipe. Users can upload a photo or use a webcam to preview different hairstyles.
|
16 |
|
17 |
+
## Installation
|
18 |
+
1. Clone the repository:
|
19 |
+
```bash
|
20 |
+
git clone <repository-url>
|
21 |
+
cd salon_tryon
|