fffiloni commited on
Commit
b78fb89
·
verified ·
1 Parent(s): b6abb42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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