diff --git a/hd_image2video.html b/hd_image2video.html index 7d7572f..69e44dc 100644 --- a/hd_image2video.html +++ b/hd_image2video.html @@ -350,7 +350,7 @@

Araby AI Image to Video Generator

// Make an API request to upload the image const video_resp = await fetch( - "http://araby-ai-test.me-south-1.elasticbeanstalk.com/i2vgen_xl", + "https://v1.test.socket.araby.ai/demo/image-to-video", { method: "POST", body: jsonPayload,