Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from
|
| 2 |
pipe = pipeline("object-detection",model="facebook/detr-resnet-50")
|
| 3 |
output = pipe("multi-object.jpg")
|
| 4 |
prettier(output)
|
|
|
|
| 1 |
+
from transformers import pipeline
|
| 2 |
pipe = pipeline("object-detection",model="facebook/detr-resnet-50")
|
| 3 |
output = pipe("multi-object.jpg")
|
| 4 |
prettier(output)
|