Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ app.include_router(text.router)
|
|
15 |
app.include_router(image.router)
|
16 |
app.include_router(audio.router)
|
17 |
|
18 |
-
@app.get("/
|
19 |
async def root():
|
20 |
return {
|
21 |
"message": "Welcome to the Frugal AI Challenge API",
|
|
|
15 |
app.include_router(image.router)
|
16 |
app.include_router(audio.router)
|
17 |
|
18 |
+
@app.get("/")
|
19 |
async def root():
|
20 |
return {
|
21 |
"message": "Welcome to the Frugal AI Challenge API",
|