sharktide commited on
Commit
bc17857
·
verified ·
1 Parent(s): 34810f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.7.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