KevlarVK's picture
Add test file
d8c7726
raw
history blame
168 Bytes
# Description: Test file for the content summarizer
try:
import tensorflow as tf
except:
import subprocess
subprocess.call(['pip', 'install', 'tensorflow'])