Upload 6 files
Browse files
app.py
CHANGED
|
@@ -221,7 +221,7 @@ def register_custom_routes(fastapi_app: FastAPI) -> None:
|
|
| 221 |
return JSONResponse(
|
| 222 |
{
|
| 223 |
"name": "Agentic Space Factory",
|
| 224 |
-
"version": "
|
| 225 |
"bucket_default": settings.bucket_name,
|
| 226 |
"workflows": ["build_from_model_card", "validate_existing_space", "runs_explorer"],
|
| 227 |
"custom_ui_status": "root_custom_ui",
|
|
|
|
| 221 |
return JSONResponse(
|
| 222 |
{
|
| 223 |
"name": "Agentic Space Factory",
|
| 224 |
+
"version": "v69-unified-progress-state",
|
| 225 |
"bucket_default": settings.bucket_name,
|
| 226 |
"workflows": ["build_from_model_card", "validate_existing_space", "runs_explorer"],
|
| 227 |
"custom_ui_status": "root_custom_ui",
|