enazif BioGeek commited on
Commit
7d7d328
1 Parent(s): f948fcf

Typo in title (#1)

Browse files

- Fix typo in title (5d238ae1e19613019017d8a6e03b7e6a8159c3d3)


Co-authored-by: Jeroen Van Goey <BioGeek@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ demo = gr.Interface(markin,
61
  os.path.join(os.path.dirname(__file__), "images/mosquito-wing-4.jpg"),
62
  os.path.join(os.path.dirname(__file__), "images/mosquito-wing-5.jpg")
63
  ],
64
- title='Mosquito wing landmarkin',
65
  description='Mosquitoes are a group of about 3,500 species of small insects, known widely for their role as vectors for numerous diseases. Studying mosquitoes, particularly their wings, is crucial in scientific research, primarily within the fields of entomology, genetics, and evolutionary biology. The wings of mosquitoes not only play a role in their mobility but also may hold important genetic information about their evolution, resistance, and even disease transmission. <br> <a href="https://datamarkin.com/models/automated-measurement-of-mosquito-wings" class="navbar-item "> More about mosquito wing project </a>')
66
 
67
  if __name__ == "__main__":
 
61
  os.path.join(os.path.dirname(__file__), "images/mosquito-wing-4.jpg"),
62
  os.path.join(os.path.dirname(__file__), "images/mosquito-wing-5.jpg")
63
  ],
64
+ title='Mosquito wing landmarking',
65
  description='Mosquitoes are a group of about 3,500 species of small insects, known widely for their role as vectors for numerous diseases. Studying mosquitoes, particularly their wings, is crucial in scientific research, primarily within the fields of entomology, genetics, and evolutionary biology. The wings of mosquitoes not only play a role in their mobility but also may hold important genetic information about their evolution, resistance, and even disease transmission. <br> <a href="https://datamarkin.com/models/automated-measurement-of-mosquito-wings" class="navbar-item "> More about mosquito wing project </a>')
66
 
67
  if __name__ == "__main__":