AlekseyCalvin commited on
Commit
a222ca5
·
verified ·
1 Parent(s): c3502b3

Rename app.py to app.p

Browse files
Files changed (1) hide show
  1. 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
- return runner.render(
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,