soury commited on
Commit
ca6cc46
·
verified ·
1 Parent(s): de54715

update API description

Browse files
Files changed (1) hide show
  1. tasks/audio.py +1 -1
tasks/audio.py CHANGED
@@ -15,7 +15,7 @@ load_dotenv()
15
 
16
  router = APIRouter()
17
 
18
- DESCRIPTION = "Random forest Baseline"
19
  ROUTE = "/audio"
20
 
21
 
 
15
 
16
  router = APIRouter()
17
 
18
+ DESCRIPTION = "Knn audio classification"
19
  ROUTE = "/audio"
20
 
21