Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Soumen
/
Text-Summarization-and-NLP-tasks
like
3
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Soumen
commited on
Sep 8, 2023
Commit
27f6f15
·
1 Parent(s):
97101e6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -177,6 +177,5 @@ def main():
177
bansum(text)
178
else:
179
engsum(text)
180
-
#END
181
if __name__ == '__main__':
182
main()
177
bansum(text)
178
else:
179
engsum(text)
180
if __name__ == '__main__':
181
main()