fffiloni commited on
Commit
6b39fd0
·
1 Parent(s): 6a0786c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -151,6 +151,7 @@ def infer(video_in, do_inversion, wts, zs,
151
  seed,
152
  randomize_seed
153
  )
 
154
  do_inversion = False
155
  #image = Image.open(output_frame[0])
156
  image = Image.fromarray(output_frame[0])
 
151
  seed,
152
  randomize_seed
153
  )
154
+ print(output_frame)
155
  do_inversion = False
156
  #image = Image.open(output_frame[0])
157
  image = Image.fromarray(output_frame[0])