suvash commited on
Commit
9ed0485
1 Parent(s): 0847353

use correct spelling for model name

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: USK-Coffee bean classifer (USK-Coffee|Convnext-nano|fast.ai)
3
  emoji: ☕️
4
  colorFrom: purple
5
  colorTo: green
 
1
  ---
2
+ title: USK-Coffee bean classifer (USK-Coffee|ConvNext-nano|fast.ai)
3
  emoji: ☕️
4
  colorFrom: purple
5
  colorTo: green
app.py CHANGED
@@ -24,7 +24,7 @@ with open('gradio_article.md') as f:
24
  article = f.read()
25
 
26
  interface_options = {
27
- "title": "USK-Coffee bean classifer (USK-Coffee|Convnext-nano|fast.ai)",
28
  "description": "A coffee bean image classifier(ConvNext nano) fine tuned on the USK-Coffee (https://comvis.unsyiah.ac.id/usk-coffee/) dataset using fastai & timm.",
29
  "article": article,
30
  "examples" : [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],
 
24
  article = f.read()
25
 
26
  interface_options = {
27
+ "title": "USK-Coffee bean classifer (USK-Coffee|ConvNext-nano|fast.ai)",
28
  "description": "A coffee bean image classifier(ConvNext nano) fine tuned on the USK-Coffee (https://comvis.unsyiah.ac.id/usk-coffee/) dataset using fastai & timm.",
29
  "article": article,
30
  "examples" : [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],