Spaces:
Runtime error
Runtime error
AndrewRWilliams
commited on
Commit
•
f2822fd
1
Parent(s):
1dd7cfc
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ async def transcribe(file):
|
|
54 |
|
55 |
download = []
|
56 |
download.append(filePrefix + "-subs.srt");
|
57 |
-
download.append(filePrefix + "-transcript.txt")
|
58 |
|
59 |
return download
|
60 |
|
|
|
54 |
|
55 |
download = []
|
56 |
download.append(filePrefix + "-subs.srt");
|
57 |
+
download.append(filePrefix + "-transcript.txt");
|
58 |
|
59 |
return download
|
60 |
|