Spaces:
Runtime error
Runtime error
Dy
commited on
Commit
•
dfccc9e
1
Parent(s):
6b824db
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def prompt_to_video(video_prompt):
|
|
182 |
os.makedirs(extract_path, exist_ok=True)
|
183 |
|
184 |
# Configuration for imgkit
|
185 |
-
config = imgkit.config(wkhtmltoimage='/
|
186 |
|
187 |
# The path to store the images
|
188 |
image_path = os.path.join(extract_path, 'images')
|
|
|
182 |
os.makedirs(extract_path, exist_ok=True)
|
183 |
|
184 |
# Configuration for imgkit
|
185 |
+
config = imgkit.config(wkhtmltoimage='/bin/wkhtmltoimage')
|
186 |
|
187 |
# The path to store the images
|
188 |
image_path = os.path.join(extract_path, 'images')
|