Boombaaa commited on
Commit
79fd5e0
·
verified ·
1 Parent(s): 23cf5f0

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -30,7 +30,7 @@ app.post('/generate-video', async (req, res) => {
30
  try {
31
  // Calling the Hugging Face AI Model
32
  const response = await axios({
33
- url: "https://api-inference.huggingface.co/models/facebook/animatediff-vp",
34
  method: "POST",
35
  headers: {
36
  Authorization: `Bearer ${process.env.HF_TOKEN}`,
 
30
  try {
31
  // Calling the Hugging Face AI Model
32
  const response = await axios({
33
+ url: "https://api-inference.huggingface.co/models/guoyww/animatediff-motion-adapter-v1-5-2",
34
  method: "POST",
35
  headers: {
36
  Authorization: `Bearer ${process.env.HF_TOKEN}`,