Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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:
|