KingNish commited on
Commit
bf2a175
·
1 Parent(s): 5d85f02
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
- x_ip_token = request.headers['x-ip-token']
39
  print(x_ip_token)
40
  image = image_to_image(prompt, image, flux_client)
41
  yield image, None
 
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