Omnibus commited on
Commit
1d93216
1 Parent(s): 2c0525c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  from modelscope.pipelines import pipeline
6
  from modelscope.outputs import OutputKeys
7
 
8
- pipe = pipeline(task='image-to-video', model='damo/Image-to-Video', model_revision='v1.1.0')
9
 
10
  def infer (image_in):
11
 
 
5
  from modelscope.pipelines import pipeline
6
  from modelscope.outputs import OutputKeys
7
 
8
+ pipe = pipeline(task='image-to-video', model='camenduru/damo-image-to-video')
9
 
10
  def infer (image_in):
11