Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -717,6 +717,7 @@ def save_srt():
|
|
| 717 |
print(srt_path)
|
| 718 |
# Save SRT file in the same directory as video
|
| 719 |
srt_path = os.path.join(project_path, 'titulky.srt')
|
|
|
|
| 720 |
with open(srt_path, 'w', encoding='utf-8') as f:
|
| 721 |
f.write(srt_content)
|
| 722 |
|
|
|
|
| 717 |
print(srt_path)
|
| 718 |
# Save SRT file in the same directory as video
|
| 719 |
srt_path = os.path.join(project_path, 'titulky.srt')
|
| 720 |
+
print(srt_path)
|
| 721 |
with open(srt_path, 'w', encoding='utf-8') as f:
|
| 722 |
f.write(srt_content)
|
| 723 |
|