Spaces:
Running
Running
luxmorocco
commited on
Commit
•
88e38d2
1
Parent(s):
9d85691
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import numpy as np
|
|
11 |
from matplotlib.colors import LinearSegmentedColormap
|
12 |
import pytorch_lightning as pl
|
13 |
from tqdm import tqdm
|
|
|
14 |
|
15 |
# Function Definitions
|
16 |
|
|
|
11 |
from matplotlib.colors import LinearSegmentedColormap
|
12 |
import pytorch_lightning as pl
|
13 |
from tqdm import tqdm
|
14 |
+
from torchvision import models
|
15 |
|
16 |
# Function Definitions
|
17 |
|