Ahsen Khaliq
commited on
Commit
·
2740486
1
Parent(s):
d3ffffe
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,6 @@ import torchvision.transforms as T
|
|
| 10 |
from PIL import Image
|
| 11 |
from torchvision.transforms._transforms_video import NormalizeVideo
|
| 12 |
|
| 13 |
-
|
| 14 |
# Device on which to run the model
|
| 15 |
# Set to cuda to load on GPU
|
| 16 |
device = "cpu"
|
|
|
|
| 10 |
from PIL import Image
|
| 11 |
from torchvision.transforms._transforms_video import NormalizeVideo
|
| 12 |
|
|
|
|
| 13 |
# Device on which to run the model
|
| 14 |
# Set to cuda to load on GPU
|
| 15 |
device = "cpu"
|