Spaces:
Runtime error
Runtime error
Commit
·
23abed0
1
Parent(s):
c15c7ee
minor fix
Browse files- transcribe.py +1 -1
transcribe.py
CHANGED
@@ -44,7 +44,7 @@ def start_transcribe(progress):
|
|
44 |
with open("transcribe.txt", "a") as file:
|
45 |
file.write(f"[{name}] {text}\n")
|
46 |
|
47 |
-
return
|
48 |
|
49 |
|
50 |
def timeStr(t):
|
|
|
44 |
with open("transcribe.txt", "a") as file:
|
45 |
file.write(f"[{name}] {text}\n")
|
46 |
|
47 |
+
return ("transcribe.txt", "subtitle.srt")
|
48 |
|
49 |
|
50 |
def timeStr(t):
|