Update app.py
Browse files
app.py
CHANGED
|
@@ -156,8 +156,7 @@ example_paths = [
|
|
| 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)
|
|
|
|
| 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, Ashlyn Viereck, Kaylee Van Handel, Steven Fernandes</h2>")
|
|
|
|
| 160 |
|
| 161 |
# Add the color legend
|
| 162 |
gr.HTML(legend_html)
|