Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,8 @@ The model categorizes images into three classes:
|
|
18 |
- **Class 1:** "Normal" – The image depicts a normal, fire-free environment.
|
19 |
- **Class 2:** "Smoke" – The image contains visible smoke, indicating potential fire risk.
|
20 |
|
|
|
|
|
21 |
```python
|
22 |
!pip install -q transformers torch pillow gradio
|
23 |
```
|
|
|
18 |
- **Class 1:** "Normal" – The image depicts a normal, fire-free environment.
|
19 |
- **Class 2:** "Smoke" – The image contains visible smoke, indicating potential fire risk.
|
20 |
|
21 |
+
# **Run with Transformers🤗**
|
22 |
+
|
23 |
```python
|
24 |
!pip install -q transformers torch pillow gradio
|
25 |
```
|