Update Modules/Generate_Video.py
Browse files
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 `
|
| 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 ``."
|
| 21 |
)
|
| 22 |
|
| 23 |
|