NimaKL commited on
Commit
905dca8
·
1 Parent(s): 80f656c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('Turkish_Passive_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.")
 
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.")