fffiloni commited on
Commit
00fc5b8
·
1 Parent(s): 3b29e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def infer():
131
 
132
  diffused_img[1].save("diffused_input1.jpg")
133
 
134
- pil2diff_img2 = Image.open("./frame1.jpg")
135
  canny_image2 = get_canny_filter(pil2diff_img2)
136
 
137
  canny_image.save("canny1.jpg")
 
131
 
132
  diffused_img[1].save("diffused_input1.jpg")
133
 
134
+ pil2diff_img2 = Image.open("./frame2.jpg")
135
  canny_image2 = get_canny_filter(pil2diff_img2)
136
 
137
  canny_image.save("canny1.jpg")