Spaces:
Runtime error
Runtime error
use correct spelling for model name
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: USK-Coffee bean classifer (USK-Coffee|
|
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|
|
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()],
|