Spaces:
Runtime error
Runtime error
Rename app.py to app.p
Browse files- app.py → app.p +1 -1
app.py → app.p
RENAMED
|
@@ -26,7 +26,7 @@ def process(
|
|
| 26 |
except:
|
| 27 |
return None, None, None, "Error parsing prompts JSON"
|
| 28 |
|
| 29 |
-
|
| 30 |
prompts_fixed, neg_prompt, int(max_frames),
|
| 31 |
int(width), int(height),
|
| 32 |
zoom, angle, tx, ty,
|
|
|
|
| 26 |
except:
|
| 27 |
return None, None, None, "Error parsing prompts JSON"
|
| 28 |
|
| 29 |
+
yield from runner.render(
|
| 30 |
prompts_fixed, neg_prompt, int(max_frames),
|
| 31 |
int(width), int(height),
|
| 32 |
zoom, angle, tx, ty,
|