Ahsen Khaliq commited on
Commit
297bd77
1 Parent(s): 04662b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ def inference(img):
39
 
40
 
41
  title = "Detectron 2"
42
- description = "Gradio demo for Detectron 2. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
43
- article = "<p style='text-align: center'><a href='https://ai.facebook.com/blog/-detectron2-a-pytorch-based-modular-object-detection-library-/'>Detectron2: A PyTorch-based modular object detection library</a> | <a href='https://github.com/facebookresearch/detectron2'>Github Repo</a></p>"
44
 
45
  examples = [['example.png']]
46
 
39
 
40
 
41
  title = "Detectron 2"
42
+ description = "Gradio demo for Detectron 2: A PyTorch-based modular object detection library. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
43
+ article = "<p style='text-align: center'><a href='https://ai.facebook.com/blog/-detectron2-a-pytorch-based-modular-object-detection-library-/' target='_blank'>Detectron2: A PyTorch-based modular object detection library</a> | <a href='https://github.com/facebookresearch/detectron2' target='_blank'>Github Repo</a></p>"
44
 
45
  examples = [['example.png']]
46