Skip to content

Commit

Permalink
Update hd_image2video.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbarret authored Jan 9, 2024
1 parent 4fa318f commit bbc616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hd_image2video.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h1>Araby AI Image to Video Generator</h1>

// 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,
Expand Down

0 comments on commit bbc616f

Please sign in to comment.