Spaces:
Sleeping
Sleeping
Gabolozano
commited on
Commit
•
369ae33
1
Parent(s):
dba19bd
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
|
|
3 |
|
4 |
od_pipe = pipeline("object-detection", "./models/facebook/detr-resnet-50")
|
5 |
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
+
from transformers import pipeline
|
4 |
|
5 |
od_pipe = pipeline("object-detection", "./models/facebook/detr-resnet-50")
|
6 |
|