Nixic commited on
Commit
4ea0b53
·
1 Parent(s): b880f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ else:
18
  globalopt = ["-y", "-hide_banner", "-hwaccel cuda", "-threads 64", "-filter_threads 64", "-filter_complex_threads 64"]
19
 
20
  # Function to process data
21
- def convert(file: _TemporaryFileWrapper, options: str):
22
  output_file=""
23
  video=""
24
  stdout=""
 
18
  globalopt = ["-y", "-hide_banner", "-hwaccel cuda", "-threads 64", "-filter_threads 64", "-filter_complex_threads 64"]
19
 
20
  # Function to process data
21
+ def convert(file, options: str):
22
  output_file=""
23
  video=""
24
  stdout=""