fffiloni commited on
Commit
196ee31
·
1 Parent(s): 2974c8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ def infer():
201
  res = Image.fromarray(res)
202
  res.save('wraped.jpg')
203
 
204
- blend2 = Image.open('frame_input.jpg')
205
  blend2 = Image.blend(res,blend2,0.5)
206
  blend2.save("blended2.jpg")
207
 
 
201
  res = Image.fromarray(res)
202
  res.save('wraped.jpg')
203
 
204
+ blend2 = Image.open('raw_frame2.jpg')
205
  blend2 = Image.blend(res,blend2,0.5)
206
  blend2.save("blended2.jpg")
207