Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|