Spaces:
Paused
Paused
Ahmet Kaan Sever
commited on
Commit
·
bc60ab4
1
Parent(s):
8930e56
Fixed endpoint url
Browse files- svc/router.py +1 -1
svc/router.py
CHANGED
@@ -48,7 +48,7 @@ async def deep_eval_status():
|
|
48 |
#Return running with 200 status code
|
49 |
return {"status": "running"}
|
50 |
|
51 |
-
@router.get("/deepeval
|
52 |
def hardware_status():
|
53 |
info = get_gpu_tier()
|
54 |
return info
|
|
|
48 |
#Return running with 200 status code
|
49 |
return {"status": "running"}
|
50 |
|
51 |
+
@router.get("/deepeval/hardware")
|
52 |
def hardware_status():
|
53 |
info = get_gpu_tier()
|
54 |
return info
|