TomRB22 commited on
Commit
22a2b4f
1 Parent(s): 9b5281a

Added tensorflow import statement

Browse files
Files changed (1) hide show
  1. audio_methods.py +2 -1
audio_methods.py CHANGED
@@ -1,4 +1,5 @@
1
- # Flow and data
 
2
  import numpy as np
3
  import pandas as pd
4
 
 
1
+ # Machine learning, flow and data
2
+ import tensorflow as tf
3
  import numpy as np
4
  import pandas as pd
5