ysharma HF staff commited on
Commit
e062fc1
1 Parent(s): 2fb1090

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -23,7 +23,7 @@
23
  import gradio as gr
24
  from transformers_js_py import pipeline
25
 
26
- pipe = await pipeline('image-segmentation', 'Xenova/detr-resnet-50-panoptic')
27
 
28
  demo = gr.Interface.from_pipeline(pipe)
29
 
 
23
  import gradio as gr
24
  from transformers_js_py import pipeline
25
 
26
+ pipe = await pipeline('object-detection', 'Xenova/detr-resnet-50')
27
 
28
  demo = gr.Interface.from_pipeline(pipe)
29