Spaces:
Sleeping
Sleeping
Prudvireddy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def generate_video(topic, grow_api_key, stability_ai_api_key,openai_api_key):
|
|
14 |
|
15 |
crew = Crew(
|
16 |
# agents=[script_agent, image_descriptive_agent, img_speech_generating_agent, editor],
|
17 |
-
# tasks=[content_generation_task, story_writing_task, img_text_task,
|
18 |
agents = agents,
|
19 |
tasks = tasks,
|
20 |
process = Process.sequential,
|
|
|
14 |
|
15 |
crew = Crew(
|
16 |
# agents=[script_agent, image_descriptive_agent, img_speech_generating_agent, editor],
|
17 |
+
# tasks=[content_generation_task, story_writing_task, img_text_task,speech_generation_task,make_video_task],
|
18 |
agents = agents,
|
19 |
tasks = tasks,
|
20 |
process = Process.sequential,
|