Gabolozano commited on
Commit
9d66e56
1 Parent(s): 369ae33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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
 
7
  def get_pipeline_prediction(pil_image):
8
  # first get the pipeline output given the pil image
 
2
  import gradio as gr
3
  from transformers import pipeline
4
 
5
+ od_pipe = pipeline("object-detection", "facebook/detr-resnet-50")
6
 
7
  def get_pipeline_prediction(pil_image):
8
  # first get the pipeline output given the pil image