chrisjay commited on
Commit
fa8f69e
1 Parent(s): 3dcd82d

added ffprobe to requirements

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ def get_record(language,text,record):
9
  # Save text and its corresponding record to flag
10
 
11
  text =text.strip()
 
12
  #output_string = "<html> <body> <div class='output'>"+f'Record for text {text} successfully saved to dataset! Thank You.'+"</div> </body> </html>"
13
  output_string = 'Record for text successfully saved to dataset! Thank You.'
14
  return output_string
 
9
  # Save text and its corresponding record to flag
10
 
11
  text =text.strip()
12
+ print(text)
13
  #output_string = "<html> <body> <div class='output'>"+f'Record for text {text} successfully saved to dataset! Thank You.'+"</div> </body> </html>"
14
  output_string = 'Record for text successfully saved to dataset! Thank You.'
15
  return output_string
requirements.txt CHANGED
@@ -0,0 +1 @@
 
 
1
+ ffprobe