syedfaisalabrar commited on
Commit
6c705c8
·
verified ·
1 Parent(s): 8c295dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ tokenizer = AutoTokenizer.from_pretrained(
36
  )
37
 
38
 
39
- def preprocessing(image, image_size=800):
40
  """
41
  Apply enhancement filters and pad the image to match the target size while keeping full content.
42
  """
 
36
  )
37
 
38
 
39
+ def preprocessing(image, image_size=448):
40
  """
41
  Apply enhancement filters and pad the image to match the target size while keeping full content.
42
  """