Spaces:
Sleeping
Sleeping
app: minor description fix
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def inference(image):
|
|
| 50 |
return out.get_image()
|
| 51 |
|
| 52 |
title = "DBMDZ Detectron2 Model Demo"
|
| 53 |
-
description = "This demo introduces an interactive playground for our trained Detectron2 model. <br>The model was trained on
|
| 54 |
article = '<p>Detectron model is available from our repository <a href="">here</a> on the Hugging Face Model Hub.</p>'
|
| 55 |
|
| 56 |
gr.Interface(
|
|
|
|
| 50 |
return out.get_image()
|
| 51 |
|
| 52 |
title = "DBMDZ Detectron2 Model Demo"
|
| 53 |
+
description = "This demo introduces an interactive playground for our trained Detectron2 model. <br>The model was trained on manually annotated segments from digitized books to detect Illustration or Illumination segments on a given page. Classification threshold is set to 0.8."
|
| 54 |
article = '<p>Detectron model is available from our repository <a href="">here</a> on the Hugging Face Model Hub.</p>'
|
| 55 |
|
| 56 |
gr.Interface(
|