Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ async def head_text():
|
|
| 184 |
|
| 185 |
@app.get("/status")
|
| 186 |
async def get_status():
|
| 187 |
-
notify = ""
|
| 188 |
services = {
|
| 189 |
"Video Generation": {"code": 200, "state": "ok", "message": "Running Normally"},
|
| 190 |
"Image Generation": {"code": 200, "state": "ok", "message": "Running Normally"},
|
|
@@ -210,7 +210,7 @@ async def get_status():
|
|
| 210 |
"state": overall_state,
|
| 211 |
"services": services,
|
| 212 |
"notifications": notify,
|
| 213 |
-
"latest": "2.
|
| 214 |
},
|
| 215 |
)
|
| 216 |
|
|
|
|
| 184 |
|
| 185 |
@app.get("/status")
|
| 186 |
async def get_status():
|
| 187 |
+
notify = "Added the studio for professional media generation. Available in v2.8.0"
|
| 188 |
services = {
|
| 189 |
"Video Generation": {"code": 200, "state": "ok", "message": "Running Normally"},
|
| 190 |
"Image Generation": {"code": 200, "state": "ok", "message": "Running Normally"},
|
|
|
|
| 210 |
"state": overall_state,
|
| 211 |
"services": services,
|
| 212 |
"notifications": notify,
|
| 213 |
+
"latest": "2.8.0",
|
| 214 |
},
|
| 215 |
)
|
| 216 |
|