Minor Changes
Browse files
app.py
CHANGED
|
@@ -159,7 +159,8 @@ description = (
|
|
| 159 |
article = (
|
| 160 |
# "The YOLO classification models are trained on datasets of Maltese Christian statues and religious figures. "
|
| 161 |
# "The MCS Dataset is open-source and available for access through https://github.com/mbar0075/Maltese-Christian-Statue-Classifier.\n"
|
| 162 |
-
"© Matthias Bartolo 2025.
|
|
|
|
| 163 |
)
|
| 164 |
|
| 165 |
# Load examples
|
|
@@ -171,7 +172,7 @@ for example in examples:
|
|
| 171 |
example.append(default_model)
|
| 172 |
|
| 173 |
css = """
|
| 174 |
-
<style>
|
| 175 |
body {
|
| 176 |
background-color: #2D1B5A !important;
|
| 177 |
color: white !important;
|
|
@@ -261,7 +262,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 261 |
|
| 262 |
with gr.Row():
|
| 263 |
gr.Markdown(
|
| 264 |
-
"### <a href='https://github.com/mbar0075/Maltese-Christian-Statue-Classifier/blob/main/Maltese%20Christian%20Statue%20Classification%20presentation.pdf'> Presentation</a> | <a href='https://github.com/mbar0075/Maltese-Christian-Statue-Classifier'> Code </a>
|
| 265 |
)
|
| 266 |
|
| 267 |
# Path to your local image
|
|
|
|
| 159 |
article = (
|
| 160 |
# "The YOLO classification models are trained on datasets of Maltese Christian statues and religious figures. "
|
| 161 |
# "The MCS Dataset is open-source and available for access through https://github.com/mbar0075/Maltese-Christian-Statue-Classifier.\n"
|
| 162 |
+
"© Matthias Bartolo 2025. Licensed under the MIT License."
|
| 163 |
+
# "Descriptions by Miriam Bartolo Abela."
|
| 164 |
)
|
| 165 |
|
| 166 |
# Load examples
|
|
|
|
| 172 |
example.append(default_model)
|
| 173 |
|
| 174 |
css = """
|
| 175 |
+
<style>
|
| 176 |
body {
|
| 177 |
background-color: #2D1B5A !important;
|
| 178 |
color: white !important;
|
|
|
|
| 262 |
|
| 263 |
with gr.Row():
|
| 264 |
gr.Markdown(
|
| 265 |
+
"### <a href='https://github.com/mbar0075/Maltese-Christian-Statue-Classifier/blob/main/Maltese%20Christian%20Statue%20Classification%20presentation.pdf'> Presentation</a> | <a href='https://github.com/mbar0075/Maltese-Christian-Statue-Classifier'> Code </a>"
|
| 266 |
)
|
| 267 |
|
| 268 |
# Path to your local image
|