Spaces:
Running
Running
Changes to be committed:
Browse files
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)
|