Spaces:
Runtime error
Runtime error
Prudvireddy
commited on
Update tools.py
Browse files
tools.py
CHANGED
@@ -184,7 +184,7 @@ def create_video_from_images_and_audio(images_dir, speeches_dir, final_video_fil
|
|
184 |
except Exception as e:
|
185 |
print(f"Error removing file {temp_file}: {e}")
|
186 |
|
187 |
-
return
|
188 |
|
189 |
from langchain.pydantic_v1 import BaseModel, Field
|
190 |
from langchain_community.tools import WikipediaQueryRun
|
|
|
184 |
except Exception as e:
|
185 |
print(f"Error removing file {temp_file}: {e}")
|
186 |
|
187 |
+
return final_video_filename
|
188 |
|
189 |
from langchain.pydantic_v1 import BaseModel, Field
|
190 |
from langchain_community.tools import WikipediaQueryRun
|