Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from PIL import Image
|
|
4 |
import streamlit as st
|
5 |
import json
|
6 |
from torchvision.models import efficientnet_b7, EfficientNet_B7_Weights
|
|
|
7 |
|
8 |
|
9 |
|
|
|
4 |
import streamlit as st
|
5 |
import json
|
6 |
from torchvision.models import efficientnet_b7, EfficientNet_B7_Weights
|
7 |
+
import torch.nn as nn
|
8 |
|
9 |
|
10 |
|