Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
KevlarVK
/
content_summarizer
like
1
Runtime error
App
Files
Files
Community
c3bf22c
content_summarizer
/
test.py
KevlarVK
Add test file
d8c7726
over 1 year ago
raw
Copy download link
history
blame
168 Bytes
# Description: Test file for the content summarizer
try
:
import
tensorflow
as
tf
except
:
import
subprocess
subprocess.call([
'pip'
,
'install'
,
'tensorflow'
])