Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def describe_image(uploaded_image, model_choice):
|
|
83 |
return image_description
|
84 |
|
85 |
# Description for the interface
|
86 |
-
description = "Select the model to use for generating the image description. 'Base' is smaller and faster, while 'Large' is more accurate but slower."
|
87 |
if device == "cpu":
|
88 |
description += " Note: Running on CPU, which may be slow for large models."
|
89 |
|
|
|
83 |
return image_description
|
84 |
|
85 |
# Description for the interface
|
86 |
+
description = "> Select the model to use for generating the image description. 'Base' is smaller and faster, while 'Large' is more accurate but slower."
|
87 |
if device == "cpu":
|
88 |
description += " Note: Running on CPU, which may be slow for large models."
|
89 |
|