prithivMLmods commited on
Commit
71a6fdb
·
verified ·
1 Parent(s): 4e64d82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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
  ```