Skip to content

Commit 38d309c

Browse files
committed
Modify model
1 parent dcab50e commit 38d309c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/apps/pages/models/ImageProcessing/ArabicDatesClassifierModel.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@
77
from torchvision import models, transforms
88

99

10-
# PAGE CONFIG
11-
st.set_page_config(
12-
page_title="Arabic Dates Classifier",
13-
page_icon="🍈",
14-
layout="centered"
15-
)
16-
1710
st.title("Arabic Dates Classification")
1811
st.markdown(
1912
"This pretrained model will classify an image of **Arabic Dates** into one of the 9 date varieties from the Arabian region."
2013
)
2114

22-
2315
# MODEL LOADING
2416
MODEL_PATH = "assets/arabic_dates_model.pth"
2517
@st.cache_resource

0 commit comments

Comments
 (0)