Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ examples = [
|
|
| 42 |
['3.png']
|
| 43 |
]
|
| 44 |
|
| 45 |
-
description = "An object detection framework to localize regions under post-admixture selection from images of ancestry-painted chromosomes
|
| 46 |
|
| 47 |
gr_interface = gr.Interface(
|
| 48 |
fn=show_preds,
|
|
|
|
| 42 |
['3.png']
|
| 43 |
]
|
| 44 |
|
| 45 |
+
description = "An object detection framework to localize regions under post-admixture selection from images of ancestry-painted chromosomes!"
|
| 46 |
|
| 47 |
gr_interface = gr.Interface(
|
| 48 |
fn=show_preds,
|