lombardata
commited on
Commit
•
21356cd
1
Parent(s):
5a1d5da
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ description = ("This application showcases the capability of artificial intellig
|
|
95 |
"your own image or select one of the provided examples for analysis. "
|
96 |
"\nFor predictions, we use this [open-source model](model_link)")
|
97 |
# New subtitle message to be added
|
98 |
-
subtitle = "Note: the model runs on CPU, so it may take a while to run the
|
99 |
# Combine description and subtitle
|
100 |
full_description = f"{description}\n\n{subtitle}"
|
101 |
|
|
|
95 |
"your own image or select one of the provided examples for analysis. "
|
96 |
"\nFor predictions, we use this [open-source model](model_link)")
|
97 |
# New subtitle message to be added
|
98 |
+
subtitle = "Note: the model runs on CPU, so it may take a while to run the prediction."
|
99 |
# Combine description and subtitle
|
100 |
full_description = f"{description}\n\n{subtitle}"
|
101 |
|