Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import torch
|
|
3 |
from torch import nn
|
4 |
from PIL import Image
|
5 |
from torchvision import transforms
|
|
|
6 |
|
7 |
|
8 |
class CustomModel(nn.Module):
|
|
|
3 |
from torch import nn
|
4 |
from PIL import Image
|
5 |
from torchvision import transforms
|
6 |
+
import numpy as np
|
7 |
|
8 |
|
9 |
class CustomModel(nn.Module):
|