KennethTM commited on
Commit
c2abd98
·
verified ·
1 Parent(s): 7c196be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ iface = gr.Interface(
60
  fn=classify_image,
61
  inputs=gr.Image(type="pil"),
62
  outputs=gr.Label(num_top_classes=5),
63
- title="Image Classification for Freshwater Fish Species of Denmark",
64
- description=f"**Upload an image to classify it**.\n\nSpecies included (Danish common name):\n*{string_taxon_included}*\n\nSpecies not included (yet!):\n*{string_taxon_not_included}*",
65
  )
66
 
67
  # Launch the app
 
60
  fn=classify_image,
61
  inputs=gr.Image(type="pil"),
62
  outputs=gr.Label(num_top_classes=5),
63
+ title="Billedgenkendelse af Danske Ferskvandsfisk",
64
+ description=f"**Upload et billede af en fisk for at identificere arten**.\n\nArter inkluderet (dansk navn):\n*{string_taxon_included}*\n\nArter ikke inkluderet (endnu!):\n*{string_taxon_not_included}*\n\nLavet af: Kenneth Thorø Martinsen ([email protected])",
65
  )
66
 
67
  # Launch the app