AItool commited on
Commit
789c2b2
·
verified ·
1 Parent(s): 5642006

Update inference_img.py

Browse files
Files changed (1) hide show
  1. inference_img.py +47 -3
inference_img.py CHANGED
@@ -1,3 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import os
2
  import cv2
3
  import torch
@@ -115,6 +161,4 @@ for i in range(len(img_list)):
115
  print(f"Saving to {filename_png} → success: {success}")
116
  print("Saving to:", os.path.abspath(filename_png))
117
 
118
-
119
-
120
- print("Checkpoint reached!")
 
1
+ Hugging Face's logo
2
+ Hugging Face
3
+ Models
4
+ Datasets
5
+ Spaces
6
+ Community
7
+ Docs
8
+ Enterprise
9
+ Pricing
10
+
11
+
12
+
13
+ Spaces:
14
+
15
+ AItool
16
+ /
17
+ RIFE_Interpolation
18
+
19
+
20
+ like
21
+ 0
22
+
23
+ Logs
24
+ App
25
+ Files
26
+ Community
27
+ Settings
28
+ RIFE_Interpolation
29
+ /
30
+ inference_img.py
31
+
32
+ AItool's picture
33
+ AItool
34
+ Create inference_img.py
35
+ b0b5f60
36
+ verified
37
+ 3 days ago
38
+ raw
39
+
40
+ Copy download link
41
+ history
42
+ blame
43
+ edit
44
+ delete
45
+
46
+ 4.48 kB
47
  import os
48
  import cv2
49
  import torch
 
161
  print(f"Saving to {filename_png} → success: {success}")
162
  print("Saving to:", os.path.abspath(filename_png))
163
 
164
+ print("Checkpoint reached!")