lombardata commited on
Commit
028f50a
1 Parent(s): fc90210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def predict(input_image):
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. For predictions, we use this [open-source model]({model_link})"
77
 
78
  gr.Interface(
79
  fn=predict,
 
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
 
78
  gr.Interface(
79
  fn=predict,