KevlarVK commited on
Commit
d8c7726
1 Parent(s): 2e82eb4

Add test file

Browse files
Files changed (1) hide show
  1. test.py +6 -0
test.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Description: Test file for the content summarizer
2
+ try:
3
+ import tensorflow as tf
4
+ except:
5
+ import subprocess
6
+ subprocess.call(['pip', 'install', 'tensorflow'])