theminji commited on
Commit
57cd2d8
·
verified ·
1 Parent(s): 6bc5ddf

remove tts for now (will readd later)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ You got this!! <3
127
  Timer(600, remove_files).start()
128
 
129
  # Use the final combined video for display
130
- video_url = url_for('get_video', filename=tmp_video_path)
131
  return render_template("result.html", video_url=video_url)
132
 
133
  except Exception as e:
 
127
  Timer(600, remove_files).start()
128
 
129
  # Use the final combined video for display
130
+ video_url = url_for('get_video', filename=video_filename)
131
  return render_template("result.html", video_url=video_url)
132
 
133
  except Exception as e: