Spaces:
Runtime error
Runtime error
tomaseo2022
commited on
Commit
•
326ae50
1
Parent(s):
30ed572
Update app.py
Browse files
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
|
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
|