BioGeek commited on
Commit
5d238ae
·
1 Parent(s): f948fcf

Fix typo in title

Browse files
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__":