Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,8 @@ def get_video_i2vgen(image_in, prompt):
|
|
52 |
result = client.predict(
|
53 |
image_in,
|
54 |
prompt,
|
55 |
-
fn_index=1
|
|
|
56 |
)
|
57 |
print(result)
|
58 |
return result
|
|
|
52 |
result = client.predict(
|
53 |
image_in,
|
54 |
prompt,
|
55 |
+
#fn_index=1
|
56 |
+
api_name="/image_to_video"
|
57 |
)
|
58 |
print(result)
|
59 |
return result
|