aweber commited on
Commit
de3b7e9
·
verified ·
1 Parent(s): d0fbc10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,8 +20,8 @@ async def root():
20
  return {
21
  "message": "Welcome to the Frugal AI Challenge API",
22
  "endpoints": {
23
- "text": "/text - Text classification task",
24
- "image": "/image - Image classification task (coming soon)",
25
- "audio": "/audio - Audio classification task (coming soon)"
26
  }
27
  }
 
20
  return {
21
  "message": "Welcome to the Frugal AI Challenge API",
22
  "endpoints": {
23
+ # "text": "/text - Text classification task",
24
+ # "image": "/image - Image classification task (coming soon)",
25
+ "audio": "/audio - Audio classification task"
26
  }
27
  }