KingNish commited on
Commit
4135261
·
1 Parent(s): bf2a175

Changes to be committed:

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ def image_to_video(prompt, image, ltx_client):
35
  return result
36
 
37
  def personalized_video(prompt, image, flux_client, ltx_client):
38
- print(x_ip_token)
39
  image = image_to_image(prompt, image, flux_client)
40
  yield image, None
41
  video = image_to_video(prompt, image, ltx_client)
 
35
  return result
36
 
37
  def personalized_video(prompt, image, flux_client, ltx_client):
 
38
  image = image_to_image(prompt, image, flux_client)
39
  yield image, None
40
  video = image_to_video(prompt, image, ltx_client)