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

Update app.py

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