AndrewRWilliams commited on
Commit
f2822fd
1 Parent(s): 1dd7cfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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