Update index.html
Browse files- 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-
|
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('image-segmentation', 'Xenova/detr-resnet-50-panoptic')
|
27 |
|
28 |
demo = gr.Interface.from_pipeline(pipe)
|
29 |
|