kebincontreras commited on
Commit
431859e
verified
1 Parent(s): 056e73a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- title: "Fermentation Level Classification for Cocoa Beans"
3
- emoji: "馃崼"
4
- colorFrom: "blue"
5
- colorTo: "green"
6
- sdk: "gradio"
7
- sdk_version: "3.14.0" # O la versi贸n actual de Gradio que est茅s usando
8
- app_file: "app.py"
9
  pinned: false
10
  ---
11
 
@@ -22,4 +22,4 @@ The model used is YOLOv5, and the interface allows users to upload an image of c
22
  ### Features:
23
  - Upload an image of cocoa beans.
24
  - Classify fermentation levels using YOLOv5.
25
- - View the detected objects in the processed image.
 
1
  ---
2
+ title: Fermentation Level Classification for Cocoa Beans
3
+ emoji: 馃崼
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 4.44.0
8
+ app_file: app.py
9
  pinned: false
10
  ---
11
 
 
22
  ### Features:
23
  - Upload an image of cocoa beans.
24
  - Classify fermentation levels using YOLOv5.
25
+ - View the detected objects in the processed image.