Spaces:
Paused
Paused
version améliorée
Browse files- endpoints_config.py +2 -2
endpoints_config.py
CHANGED
|
@@ -17,14 +17,14 @@ API_ENDPOINTS_SPACE = {
|
|
| 17 |
"logs": "/admin/logs"
|
| 18 |
},
|
| 19 |
"SwinTransformer": {
|
| 20 |
-
"base_url": "https://reco-team-reco-
|
| 21 |
"clear_pred": "/admin/clear-predictions",
|
| 22 |
"clear_heatmap": "/admin/clear-heatmaps",
|
| 23 |
"stats": "/admin/stats",
|
| 24 |
"logs": "/admin/logs"
|
| 25 |
},
|
| 26 |
"Orchestrateur": {
|
| 27 |
-
"base_url": "https://reco-
|
| 28 |
"clear_state": "/admin/reset-state",
|
| 29 |
"stats": "/admin/stats",
|
| 30 |
"logs": "/admin/logs"
|
|
|
|
| 17 |
"logs": "/admin/logs"
|
| 18 |
},
|
| 19 |
"SwinTransformer": {
|
| 20 |
+
"base_url": "https://reco-team-reco-swintransformer-api.hf.space",
|
| 21 |
"clear_pred": "/admin/clear-predictions",
|
| 22 |
"clear_heatmap": "/admin/clear-heatmaps",
|
| 23 |
"stats": "/admin/stats",
|
| 24 |
"logs": "/admin/logs"
|
| 25 |
},
|
| 26 |
"Orchestrateur": {
|
| 27 |
+
"base_url": "https://reco-team-reco-orchestrator-api.hf.space",
|
| 28 |
"clear_state": "/admin/reset-state",
|
| 29 |
"stats": "/admin/stats",
|
| 30 |
"logs": "/admin/logs"
|