Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KevlarVK
/
content_summarizer
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
70410e4
content_summarizer
/
test.py
KevlarVK
Add test file
d8c7726
almost 2 years 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'
])