gatesla commited on
Commit
eb89830
·
verified ·
1 Parent(s): e0089c8

First changes. Not runnable at this point

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -159,8 +159,9 @@ title = """<h1 id="title">Object Detection App with DETR and YOLOS</h1>"""
159
  description = """
160
  Links to HuggingFace Models:
161
 
162
- - [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50)
163
- - [facebook/detr-resnet-101](https://huggingface.co/facebook/detr-resnet-101)
 
164
  - [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small)
165
  - [hustvl/yolos-tiny](https://huggingface.co/hustvl/yolos-tiny)
166
  - [facebook/detr-resnet-101-dc5](https://huggingface.co/facebook/detr-resnet-101-dc5)
@@ -169,7 +170,8 @@ Links to HuggingFace Models:
169
 
170
  """
171
 
172
- models = ["facebook/detr-resnet-50","facebook/detr-resnet-101",'hustvl/yolos-small','hustvl/yolos-tiny','facebook/detr-resnet-101-dc5', 'hustvl/yolos-small-300', 'mshamrai/yolov8x-visdrone']
 
173
  urls = ["https://c8.alamy.com/comp/J2AB4K/the-new-york-stock-exchange-on-the-wall-street-in-new-york-J2AB4K.jpg"]
174
 
175
  # twitter_link = """
 
159
  description = """
160
  Links to HuggingFace Models:
161
 
162
+ - [facebook/detr-resnet-50-panoptic](https://huggingface.co/facebook/detr-resnet-50-panoptic)
163
+ - [facebook/detr-resnet-101-panoptic](https://huggingface.co/facebook/detr-resnet-101-panoptic)
164
+ - [facebook/maskformer-swin-large-coco](https://huggingface.co/facebook/maskformer-swin-large-coco)
165
  - [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small)
166
  - [hustvl/yolos-tiny](https://huggingface.co/hustvl/yolos-tiny)
167
  - [facebook/detr-resnet-101-dc5](https://huggingface.co/facebook/detr-resnet-101-dc5)
 
170
 
171
  """
172
 
173
+ models = ["facebook/detr-resnet-50-panoptic","facebook/detr-resnet-101-panoptic","facebook/maskformer-swin-large-coco",
174
+ 'hustvl/yolos-small','hustvl/yolos-tiny','facebook/detr-resnet-101-dc5', 'hustvl/yolos-small-300', 'mshamrai/yolov8x-visdrone']
175
  urls = ["https://c8.alamy.com/comp/J2AB4K/the-new-york-stock-exchange-on-the-wall-street-in-new-york-J2AB4K.jpg"]
176
 
177
  # twitter_link = """