Spaces:
Sleeping
Sleeping
Anas Benalla
commited on
Update app.py
Browse files
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 |
}
|