Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
|
16 |
#os.system('pip install -q pytesseract')
|
17 |
#os.system('conda install -c conda-forge poppler')
|
18 |
import streamlit as st
|
19 |
-
st.set_page_config(page_title="Summarization Tool", layout="wide", initial_sidebar_state="expanded")
|
20 |
st.title("Bangla and English Summarizer: Upload Images/Pdf or input texts to summarize!")
|
21 |
import torch
|
22 |
import docx2txt
|
|
|
16 |
#os.system('pip install -q pytesseract')
|
17 |
#os.system('conda install -c conda-forge poppler')
|
18 |
import streamlit as st
|
19 |
+
#st.set_page_config(page_title="Summarization Tool", layout="wide", initial_sidebar_state="expanded")
|
20 |
st.title("Bangla and English Summarizer: Upload Images/Pdf or input texts to summarize!")
|
21 |
import torch
|
22 |
import docx2txt
|