Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import torch
|
|
5 |
import torch.nn.functional as F
|
6 |
import torchvision.transforms as transforms
|
7 |
import torchvision
|
|
|
8 |
import numpy as np
|
9 |
import yaml
|
10 |
from huggingface_hub import hf_hub_download
|
|
|
5 |
import torch.nn.functional as F
|
6 |
import torchvision.transforms as transforms
|
7 |
import torchvision
|
8 |
+
from torchkeras import plots
|
9 |
import numpy as np
|
10 |
import yaml
|
11 |
from huggingface_hub import hf_hub_download
|