AI-RESEARCHER-2024 commited on
Commit
8ece5fb
·
verified ·
1 Parent(s): 620d7b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -155,8 +155,9 @@ example_paths = [
155
 
156
  # Create Gradio interface
157
  with gr.Blocks() as interface:
158
- gr.HTML("<h1 style='text-align: center;'>Detection of Cochlear Hair Cells Using YOLOv11</h1>")
159
- gr.HTML("<h2 style='text-align: center;'>Cole Krudwig</h2>")
 
160
 
161
  # Add the color legend
162
  gr.HTML(legend_html)
 
155
 
156
  # Create Gradio interface
157
  with gr.Blocks() as interface:
158
+ gr.HTML("<h1 style='text-align: center;'>GANs and YOLOv11 for Automated Cochlear Hair Cell Detection</h1>")
159
+ gr.HTML("<h2 style='text-align: center;'>Cole Krudwig, Sara Avila, Ariana Mondiri, Adya Dhuler, Samantha Philips,
160
+ Ashlyn Viereck, Kaylee Van Handel, and Steven Fernandes</h2>")
161
 
162
  # Add the color legend
163
  gr.HTML(legend_html)