Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -186,8 +186,8 @@ async def head_text():
|
|
| 186 |
async def get_status():
|
| 187 |
notify = ""
|
| 188 |
services = {
|
| 189 |
-
"Video Generation": {"code":
|
| 190 |
-
"Image Generation": {"code":
|
| 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",
|