stefan-it commited on
Commit
44745b0
·
1 Parent(s): 05adf6e

app: minor description fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 image 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(
 
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(