We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcab50e commit 38d309cCopy full SHA for 38d309c
src/apps/pages/models/ImageProcessing/ArabicDatesClassifierModel.py
@@ -7,19 +7,11 @@
7
from torchvision import models, transforms
8
9
10
-# PAGE CONFIG
11
-st.set_page_config(
12
- page_title="Arabic Dates Classifier",
13
- page_icon="🍈",
14
- layout="centered"
15
-)
16
-
17
st.title("Arabic Dates Classification")
18
st.markdown(
19
"This pretrained model will classify an image of **Arabic Dates** into one of the 9 date varieties from the Arabian region."
20
)
21
22
23
# MODEL LOADING
24
MODEL_PATH = "assets/arabic_dates_model.pth"
25
@st.cache_resource
0 commit comments