Spanicin commited on
Commit
e208c80
·
verified ·
1 Parent(s): fb08064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -362,7 +362,7 @@ def generate_video():
362
  return jsonify({
363
  "message": "Video processed and saved successfully.",
364
  "video_url": video_url,
365
- "time_taken": time_taken
366
  "status": "success"
367
  })
368
  else:
 
362
  return jsonify({
363
  "message": "Video processed and saved successfully.",
364
  "video_url": video_url,
365
+ "time_taken": time_taken,
366
  "status": "success"
367
  })
368
  else: