[email protected] commited on
Commit
f4fceae
·
1 Parent(s): e101d8c

correction of app.py message

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. app.py +1 -1
.gitignore CHANGED
@@ -15,4 +15,5 @@ eval-results-bk/
15
  logs/
16
 
17
  emissions.csv
18
- tasks/train_model.py
 
 
15
  logs/
16
 
17
  emissions.csv
18
+ tasks/train_model.py
19
+ powermetrics_log.txt
app.py CHANGED
@@ -20,6 +20,6 @@ async def root():
20
  return {
21
  "message": "Welcome to the Frugal AI Challenge API",
22
  "endpoints": {
23
- "audio": "/audio - Audio classification task (coming soon)"
24
  }
25
  }
 
20
  return {
21
  "message": "Welcome to the Frugal AI Challenge API",
22
  "endpoints": {
23
+ "audio": "/audio - Audio classification task"
24
  }
25
  }