prithivMLmods commited on
Commit
4f3e371
·
verified ·
1 Parent(s): 9199054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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