gatilin commited on
Commit
9e398b0
1 Parent(s): 3684411

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  os.system("pip install opencv-python")
3
  os.system("pip install tensorflow")
4
  os.system("pip install modelscope")
 
1
  import os
2
+ os.system("pip install torchvision")
3
  os.system("pip install opencv-python")
4
  os.system("pip install tensorflow")
5
  os.system("pip install modelscope")