Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|