Kedar Dabhadkar commited on
Commit
893759a
1 Parent(s): ade8ae7

Correct typos in function docstring

Browse files
Files changed (1) hide show
  1. fast_dash_app.py +2 -2
fast_dash_app.py CHANGED
@@ -11,10 +11,10 @@ examples = ["India_900498_S2Hand", "Spain_7370579_S2Hand", "USA_430764_S2Hand"]
11
 
12
  def detect_water(select_an_example: str = examples, input_tiff_image: Upload = None) -> (Image, Image):
13
  """
14
- NASA and IBM recently uploaded their foundation model on Hugging Face, Pritivi, at https://huggingface.co/ibm-nasa-geospatial.
15
  This demo, built with Fast Dash, showcases a version of Prithvi that they finetuned to detect water from satellite images.
16
  Select an example or upload your own TIFF image.
17
- If uploading your own image, read the format details at https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-sen1floods11.
18
  """
19
 
20
  # If example is selected
 
11
 
12
  def detect_water(select_an_example: str = examples, input_tiff_image: Upload = None) -> (Image, Image):
13
  """
14
+ NASA and IBM recently uploaded their foundation model, Prithvi, on Hugging Face at https://huggingface.co/ibm-nasa-geospatial.
15
  This demo, built with Fast Dash, showcases a version of Prithvi that they finetuned to detect water from satellite images.
16
  Select an example or upload your own TIFF image.
17
+ Before uploading your own image, read the format details at https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-sen1floods11.
18
  """
19
 
20
  # If example is selected