givkashi commited on
Commit
78b3e4d
1 Parent(s): 59d0979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import gradio as gr
4
  from PIL import Image, ImageOps
5
  import numpy as np
6
  os.system("pip install opencv-python")
 
7
 
8
  if not os.path.exists("data"):
9
  os.mkdir("data")
 
4
  from PIL import Image, ImageOps
5
  import numpy as np
6
  os.system("pip install opencv-python")
7
+ os.system("pip install requirements.txt")
8
 
9
  if not os.path.exists("data"):
10
  os.mkdir("data")