Update README.md
Browse files
README.md
CHANGED
|
@@ -45,8 +45,8 @@ This model is intended for educational purposes and can be used to:
|
|
| 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 open this model
|
| 48 |
-
By using this command ->
|
| 49 |
-
then copy the content of IrisModel.py then run it.
|
| 50 |
|
| 51 |
### Example
|
| 52 |
To predict the species, input the following:
|
|
|
|
| 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 open this model
|
| 48 |
+
- By using this command -> !git clone https://huggingface.co/shahad23/IrisFlowerModel
|
| 49 |
+
- then copy the content of IrisModel.py then run it.
|
| 50 |
|
| 51 |
### Example
|
| 52 |
To predict the species, input the following:
|