r3gm commited on
Commit
47a83ec
·
verified ·
1 Parent(s): b09ecb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from PIL import Image, ImageOps
4
  from collections import Counter
5
  import time
6
  from functools import wraps
7
-
 
8
  MAX_SIZE_PREVIEW = 320
9
 
10
 
 
4
  from collections import Counter
5
  import time
6
  from functools import wraps
7
+ import os
8
+ os.system("pip list")
9
  MAX_SIZE_PREVIEW = 320
10
 
11