lombardata commited on
Commit
fc6fbc6
1 Parent(s): 5cb21fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -66,9 +66,7 @@ def predict(input_image):
66
 
67
  # Define style
68
  title = "DinoVd'eau image classification"
69
- description = f"This is a prototype application that demonstrates how artificial intelligence-based systems can recognize what object(s)
70
- is present in an underwater image. To use it, simply upload your image, or click one of the example images to load them. For predictions,
71
- we use the open-source model {checkpoint_name}"
72
 
73
  gr.Interface(
74
  fn=predict,
 
66
 
67
  # Define style
68
  title = "DinoVd'eau image classification"
69
+ description = f"This is a prototype application that demonstrates how artificial intelligence-based systems can recognize what object(s) is present in an underwater image. To use it, simply upload your image, or click one of the example images to load them. For predictions, we use the open-source model {checkpoint_name}"
 
 
70
 
71
  gr.Interface(
72
  fn=predict,