lombardata
commited on
Commit
•
2aa5481
1
Parent(s):
710cbf4
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def predict(input_image):
|
|
71 |
return result
|
72 |
|
73 |
# Define style
|
74 |
-
title = "DinoVd'eau image classification"
|
75 |
model_link = "https://huggingface.co/" + checkpoint_name
|
76 |
description = f"This application showcases the capability of artificial intelligence-based systems to identify objects within underwater images. To utilize it, you can either upload your own image or select one of the provided examples for analysis.\nFor predictions, we use this [open-source model]({model_link})"
|
77 |
|
|
|
71 |
return result
|
72 |
|
73 |
# Define style
|
74 |
+
title = "Victor - DinoVd'eau image classification"
|
75 |
model_link = "https://huggingface.co/" + checkpoint_name
|
76 |
description = f"This application showcases the capability of artificial intelligence-based systems to identify objects within underwater images. To utilize it, you can either upload your own image or select one of the provided examples for analysis.\nFor predictions, we use this [open-source model]({model_link})"
|
77 |
|