shujianong commited on
Commit
f2cb7a6
1 Parent(s): 1478259

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -19,9 +19,6 @@ User should upload a landscape image with the Pokemon card image positioned upri
19
  import os
20
  os.system('pip install gradio==2.8.0b22')
21
  import gradio as gr
22
- os.system('apt-get update && apt-get install -y python3-opencv')
23
- os.system('apt-get install ffmpeg libsm6 libxext6 -y')
24
- os.system('pip install opencv-python')
25
 
26
  import cv2
27
  from PIL import Image
 
19
  import os
20
  os.system('pip install gradio==2.8.0b22')
21
  import gradio as gr
 
 
 
22
 
23
  import cv2
24
  from PIL import Image