Anas Benalla commited on
Commit
8ff70fd
·
verified ·
1 Parent(s): 8f88f60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 (coming soon)"
26
  }
27
  }