ysharma HF staff commited on
Commit
92677a2
1 Parent(s): cb47bac

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-to-image', 'Xenova/swin2SR-classical-sr-x2-64')
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-classification', 'Xenova/vit-base-patch16-224')
27
 
28
  demo = gr.Interface.from_pipeline(pipe)
29