tomaseo2022 commited on
Commit
326ae50
1 Parent(s): 30ed572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ os.system("pip install --upgrade gradio")
4
  os.system("pip install opencv-python")
5
  os.system("pip install torch")
6
  os.system("pip install --upgrade pillow")
7
- os.system("pip install numpy")
8
  import gradio as gr
9
  import torch
10
  import torchvision.transforms as transforms
 
4
  os.system("pip install opencv-python")
5
  os.system("pip install torch")
6
  os.system("pip install --upgrade pillow")
7
+ os.system("pip install torchvision")
8
  import gradio as gr
9
  import torch
10
  import torchvision.transforms as transforms