Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,10 +94,11 @@ Links to HuggingFace Models:
|
|
| 94 |
- [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50)
|
| 95 |
- [facebook/detr-resnet-101](https://huggingface.co/facebook/detr-resnet-101)
|
| 96 |
- [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small)
|
|
|
|
| 97 |
|
| 98 |
"""
|
| 99 |
|
| 100 |
-
models = ["facebook/detr-resnet-50","facebook/detr-resnet-101",'hustvl/yolos-small']
|
| 101 |
urls = ["https://c8.alamy.com/comp/J2AB4K/the-new-york-stock-exchange-on-the-wall-street-in-new-york-J2AB4K.jpg"]
|
| 102 |
|
| 103 |
twitter_link = """
|
|
|
|
| 94 |
- [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50)
|
| 95 |
- [facebook/detr-resnet-101](https://huggingface.co/facebook/detr-resnet-101)
|
| 96 |
- [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small)
|
| 97 |
+
- [hustvl/yolos-tiny](https://huggingface.co/hustvl/yolos-small)
|
| 98 |
|
| 99 |
"""
|
| 100 |
|
| 101 |
+
models = ["facebook/detr-resnet-50","facebook/detr-resnet-101",'hustvl/yolos-small','hustvl/yolos-tiny']
|
| 102 |
urls = ["https://c8.alamy.com/comp/J2AB4K/the-new-york-stock-exchange-on-the-wall-street-in-new-york-J2AB4K.jpg"]
|
| 103 |
|
| 104 |
twitter_link = """
|