ManojINaik commited on
Commit
c93e2aa
·
verified ·
1 Parent(s): 86c6777

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def run_video_generation(task_id: str, topic: str, context: str, model: str):
41
  "--topic", topic,
42
  "--context", context,
43
  "--output_dir", "output",
44
- "--use_langfuse"
45
  ]
46
 
47
  try:
 
41
  "--topic", topic,
42
  "--context", context,
43
  "--output_dir", "output",
44
+ # "--use_langfuse"
45
  ]
46
 
47
  try: