DeeeeeeM
commited on
Commit
·
7124c8f
1
Parent(s):
28808bd
minor changes
Browse files
main.py
CHANGED
@@ -10,7 +10,6 @@ import re
|
|
10 |
import textwrap
|
11 |
import torch
|
12 |
|
13 |
-
# --- Main function to process the media file --- #
|
14 |
def process_media(
|
15 |
model_size, source_lang, upload, model_type,
|
16 |
max_chars, max_words, extend_in, extend_out, collapse_gaps,
|
|
|
10 |
import textwrap
|
11 |
import torch
|
12 |
|
|
|
13 |
def process_media(
|
14 |
model_size, source_lang, upload, model_type,
|
15 |
max_chars, max_words, extend_in, extend_out, collapse_gaps,
|