Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gladiator
/
Text-Summarizer
like
21
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gladiator
commited on
Jan 23, 2022
Commit
f0517e7
·
1 Parent(s):
462dc3c
fix return
Browse files
Files changed (1)
hide
show
utils.py
+1
-1
utils.py
CHANGED
Viewed
@@ -104,4 +104,4 @@ def read_text_from_file(file):
104
file_text = txt_file.read()
105
txt_file.close()
106
107
-
return
txt_file
104
file_text = txt_file.read()
105
txt_file.close()
106
107
+
return
file_text