sharktide commited on
Commit
8dcab7b
·
verified ·
1 Parent(s): 42e13d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -186,8 +186,8 @@ async def head_text():
186
  async def get_status():
187
  notify = ""
188
  services = {
189
- "Video Generation": {"code": 500, "state": "error", "message": "Video Generation Services are currently experiencing issues from our upstream provider"},
190
- "Image Generation": {"code": 500, "state": "degraded", "message": "Image editing (Image+Text to Image Generation) services are degraded due to issues with our upstream provider, retry if you experience an issue. We are working to resolve this issue. Normal image generation still up."},
191
  "Lightning-Text v2": {
192
  "code": 200,
193
  "state": "ok",
 
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"},
191
  "Lightning-Text v2": {
192
  "code": 200,
193
  "state": "ok",