Update README.md
Browse files
README.md
CHANGED
|
@@ -44,6 +44,9 @@ This model is intended for educational purposes and can be used to:
|
|
| 44 |
## How to Use
|
| 45 |
You can use this model through a Gradio interface. Simply enter the measurements of the iris flower, and the model will predict the species.
|
| 46 |
|
|
|
|
|
|
|
|
|
|
| 47 |
### Example
|
| 48 |
To predict the species, input the following:
|
| 49 |
- Sepal Length: 5.1
|
|
|
|
| 44 |
## How to Use
|
| 45 |
You can use this model through a Gradio interface. Simply enter the measurements of the iris flower, and the model will predict the species.
|
| 46 |
|
| 47 |
+
## How to install this model
|
| 48 |
+
By using this code-> !git clone https://huggingface.co/shahad23/IrisFlowerModel
|
| 49 |
+
|
| 50 |
### Example
|
| 51 |
To predict the species, input the following:
|
| 52 |
- Sepal Length: 5.1
|