samanjoy2 commited on
Commit
5695f5f
·
1 Parent(s): fb19d5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ pipe = pipeline("text2text-generation", model="samanjoy2/bnpunct_banglat5_seq2se
8
  st.title("Bangla Punctutation Restoration")
9
 
10
  # User input for text generation
11
- input_text = st.text_area("Enter Bangla text for restoration:", max_chars=512)
12
 
13
  if st.button("Restore Punctuations"):
14
  if input_text:
 
8
  st.title("Bangla Punctutation Restoration")
9
 
10
  # User input for text generation
11
+ input_text = st.text_area("Enter Bangla text for restoration:", max_chars=400)
12
 
13
  if st.button("Restore Punctuations"):
14
  if input_text: