Commit
·
fdb0230
1
Parent(s):
0ca0046
pin requirements versions
Browse files- app.py +2 -3
- requirements.txt +0 -0
app.py
CHANGED
@@ -48,9 +48,8 @@ def main():
|
|
48 |
fn=transcriber,
|
49 |
inputs=[file, file_type, max_words_per_line, task, model_version],
|
50 |
outputs=[text_output, srt_file, text_clean_output]
|
51 |
-
)
|
52 |
-
|
53 |
-
demo.launch()
|
54 |
|
55 |
if __name__ == '__main__':
|
56 |
main()
|
|
|
48 |
fn=transcriber,
|
49 |
inputs=[file, file_type, max_words_per_line, task, model_version],
|
50 |
outputs=[text_output, srt_file, text_clean_output]
|
51 |
+
)
|
52 |
+
demo.launch()
|
|
|
53 |
|
54 |
if __name__ == '__main__':
|
55 |
main()
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|