Spaces:
Sleeping
Sleeping
shrivarshan
commited on
Commit
•
b9b4349
1
Parent(s):
e0affd7
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
|
2 |
import streamlit as st
|
3 |
import requests
|
|
|
4 |
import spacy
|
5 |
|
6 |
# Initialize the summarizer pipeline using Hugging Face Transformers
|
|
|
1 |
|
2 |
import streamlit as st
|
3 |
import requests
|
4 |
+
from transformers import pipeline
|
5 |
import spacy
|
6 |
|
7 |
# Initialize the summarizer pipeline using Hugging Face Transformers
|