Dy commited on
Commit
dfccc9e
1 Parent(s): 6b824db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='/usr/local/bin/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')