Spaces:
Running on Zero
Running on Zero
Deploy provenance-first OpenComic-Continue research UI
Browse files
app.py
CHANGED
|
@@ -94,7 +94,9 @@ def generate(
|
|
| 94 |
"model_variant": [item.get("model_variant") for item in result.get("scripts", [])],
|
| 95 |
"routing": result.get("routing", []),
|
| 96 |
"job_id": result.get("job_id"),
|
| 97 |
-
"
|
|
|
|
|
|
|
| 98 |
}
|
| 99 |
return images, result.get("scripts", []), result.get("memory"), research
|
| 100 |
|
|
|
|
| 94 |
"model_variant": [item.get("model_variant") for item in result.get("scripts", [])],
|
| 95 |
"routing": result.get("routing", []),
|
| 96 |
"job_id": result.get("job_id"),
|
| 97 |
+
"renderer": result.get(
|
| 98 |
+
"renderer", {"status": "RENDERER NOT RUN (visible placeholder panels)"}
|
| 99 |
+
),
|
| 100 |
}
|
| 101 |
return images, result.get("scripts", []), result.get("memory"), research
|
| 102 |
|