Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ app = FastAPI()
|
|
8 |
app.include_router(vis_router, prefix="/visualization", tags=["Visualization"])
|
9 |
app.include_router(trans_router, prefix="/translation", tags=["Translation"])
|
10 |
|
11 |
-
@app.get("/")
|
12 |
def home():
|
13 |
return {"message": "Welcome to AI Services"}
|
14 |
|
|
|
8 |
app.include_router(vis_router, prefix="/visualization", tags=["Visualization"])
|
9 |
app.include_router(trans_router, prefix="/translation", tags=["Translation"])
|
10 |
|
11 |
+
@app.get("/")
|
12 |
def home():
|
13 |
return {"message": "Welcome to AI Services"}
|
14 |
|