noamholz commited on
Commit
eec0220
·
verified ·
1 Parent(s): f08406b

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -1
run.py CHANGED
@@ -8,7 +8,8 @@ from transformers import SegformerImageProcessor, SegformerForSemanticSegmentati
8
  class Count:
9
  def __init__(self):
10
  self.n = 0
11
-
 
12
  def step(self):
13
  self.n += 1
14
 
 
8
  class Count:
9
  def __init__(self):
10
  self.n = 0
11
+ self.imout = None
12
+
13
  def step(self):
14
  self.n += 1
15