Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
from transformers import pipeline
|
| 2 |
from langchain_core.runnables import RunnableLambda
|
| 3 |
-
from langchain_huggingface import
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
pipe1 = pipeline("object-detection", model="facebook/detr-resnet-50")
|
|
|
|
| 1 |
from transformers import pipeline
|
| 2 |
from langchain_core.runnables import RunnableLambda
|
| 3 |
+
from langchain_huggingface import HuggingFaceEndpoint
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
pipe1 = pipeline("object-detection", model="facebook/detr-resnet-50")
|