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...
KevlarVK
commited on
Mar 5, 2023
Commit
d8c7726
·
1 Parent(s):
2e82eb4
Add test file
Browse files
Files changed (1)
hide
show
test.py
+6
-0
test.py
ADDED
Viewed
@@ -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'])