Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,4 +6,4 @@ topic = st.text_area("Enter text to be summarized")
|
|
6 |
|
7 |
if topic:
|
8 |
summarizer = pipeline("summarization", model = "google-t5/t5-base")
|
9 |
-
st.
|
|
|
6 |
|
7 |
if topic:
|
8 |
summarizer = pipeline("summarization", model = "google-t5/t5-base")
|
9 |
+
st.json(summarizer)
|