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('
|
| 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 |
|