ysharma HF staff commited on
Commit
6baa2d1
1 Parent(s): 925c904

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', 'briaai/RMBG-1.4')
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-to-image', 'Xenova/swin2SR-classical-sr-x2-64')
27
 
28
  demo = gr.Interface.from_pipeline(pipe)
29