Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ widget:
|
|
| 14 |
url: example.png
|
| 15 |
pipeline_tag: object-detection
|
| 16 |
model-index:
|
| 17 |
-
- name:
|
| 18 |
results:
|
| 19 |
- task:
|
| 20 |
type: object-detection
|
|
@@ -151,7 +151,7 @@ opencv-python
|
|
| 151 |
torch
|
| 152 |
```
|
| 153 |
|
| 154 |
-
Then [run the python code below](https://huggingface.co/luisarizmendi/
|
| 155 |
|
| 156 |
```
|
| 157 |
import gradio as gr
|
|
|
|
| 14 |
url: example.png
|
| 15 |
pipeline_tag: object-detection
|
| 16 |
model-index:
|
| 17 |
+
- name: hardhat-or-hat
|
| 18 |
results:
|
| 19 |
- task:
|
| 20 |
type: object-detection
|
|
|
|
| 151 |
torch
|
| 152 |
```
|
| 153 |
|
| 154 |
+
Then [run the python code below](https://huggingface.co/luisarizmendi/hardhat-or-hat/blob/main/run_model.py) and then open `http://localhost:7860` in a browser to upload and scan the images.
|
| 155 |
|
| 156 |
```
|
| 157 |
import gradio as gr
|