shujianong commited on
Commit
aeba30d
1 Parent(s): c91bb19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ User should upload a landscape image with the Pokemon card image positioned upri
18
  """
19
  import os
20
 
21
- os.system('apt-get update && apt-get install -y python3-opencv')
22
- os.system('pip install opencv-python')
23
  import cv2
24
  from PIL import Image
25
  import tensorflow as tf
 
18
  """
19
  import os
20
 
21
+ RUN apt-get update && apt-get install -y python3-opencv
22
+ RUN pip install opencv-python
23
  import cv2
24
  from PIL import Image
25
  import tensorflow as tf