Alesteba commited on
Commit
754a86f
·
1 Parent(s): f0802df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -25,6 +25,8 @@ model_2.load_state_dict(state_dict)
25
 
26
  # use test img:
27
 
 
 
28
  infer_tfms = tfms.A.Adapter([*tfms.A.resize_and_pad(size),tfms.A.Normalize()])
29
 
30
  def predict(img):
 
25
 
26
  # use test img:
27
 
28
+ size = 384
29
+
30
  infer_tfms = tfms.A.Adapter([*tfms.A.resize_and_pad(size),tfms.A.Normalize()])
31
 
32
  def predict(img):