Spaces:
Runtime error
Runtime error
File size: 168 Bytes
d8c7726 |
1 2 3 4 5 6 |
# Description: Test file for the content summarizer
try:
import tensorflow as tf
except:
import subprocess
subprocess.call(['pip', 'install', 'tensorflow']) |