remove tts for now (will readd later)
Browse files
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=
|
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:
|