Nymbo commited on
Commit
00cb4e1
·
verified ·
1 Parent(s): 2c5ff7b

Update Modules/Generate_Video.py

Browse files
Files changed (1) hide show
  1. Modules/Generate_Video.py +1 -1
Modules/Generate_Video.py CHANGED
@@ -17,7 +17,7 @@ HF_VIDEO_TOKEN = os.getenv("HF_READ_TOKEN") or os.getenv("HF_TOKEN")
17
  TOOL_SUMMARY = (
18
  "Generate a short MP4 video from a text prompt via Hugging Face serverless inference; "
19
  "control model, steps, guidance, seed, size, fps, and duration; returns a temporary MP4 file path. "
20
- "Return the generated media to the user in this format `![Alt text](URL)`"
21
  )
22
 
23
 
 
17
  TOOL_SUMMARY = (
18
  "Generate a short MP4 video from a text prompt via Hugging Face serverless inference; "
19
  "control model, steps, guidance, seed, size, fps, and duration; returns a temporary MP4 file path. "
20
+ "Return the generated media to the user in this format `![Alt text](URL)`."
21
  )
22
 
23