Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
from transformers import pipeline
|
| 3 |
from textblob import TextBlob
|
| 4 |
|
| 5 |
-
pipe = pipeline('
|
| 6 |
st.title("Turkish Passive Summarization")
|
| 7 |
#Textbox for text user is entering
|
| 8 |
st.subheader("Enter the text you'd like to analyze.")
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
from textblob import TextBlob
|
| 4 |
|
| 5 |
+
pipe = pipeline('summarization')
|
| 6 |
st.title("Turkish Passive Summarization")
|
| 7 |
#Textbox for text user is entering
|
| 8 |
st.subheader("Enter the text you'd like to analyze.")
|