akridge commited on
Commit
09e742d
·
verified ·
1 Parent(s): 6cdd929

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -93,11 +93,12 @@ def gradio_interface(image, rows=2, cols=5):
93
  final_image, predictions = predict_and_overlay(image, rows, cols)
94
  return final_image, predictions
95
 
96
- app_title = "🌊 NOAA ESD Coral Bleaching ViT Classifier"
97
  app_description = """
98
- Upload a coral image or select from example images to sample points and predict coral bleaching using the ViT classifier model hosted on Hugging Face.
99
 
100
  **Model:** [akridge/noaa-esd-coral-bleaching-vit-classifier-v1](https://huggingface.co/akridge/noaa-esd-coral-bleaching-vit-classifier-v1)
 
101
  """
102
 
103
  # Custom CSS for improved styling
 
93
  final_image, predictions = predict_and_overlay(image, rows, cols)
94
  return final_image, predictions
95
 
96
+ app_title = "🌊 NOAA ESD Coral Bleaching Classifier Demo"
97
  app_description = """
98
+ Upload a coral image or select from example images to sample points and predict coral bleaching using the classifier model.
99
 
100
  **Model:** [akridge/noaa-esd-coral-bleaching-vit-classifier-v1](https://huggingface.co/akridge/noaa-esd-coral-bleaching-vit-classifier-v1)
101
+ **Dataset:** [NOAA-ESD-CORAL-Bleaching-Dataset](https://huggingface.co/datasets/akridge/NOAA-ESD-CORAL-Bleaching-Dataset)
102
  """
103
 
104
  # Custom CSS for improved styling