Spaces:
Running
Running
ashhadahsan
commited on
Commit
·
df3f55b
1
Parent(s):
e7ee4c6
fixed
Browse files
app.py
CHANGED
@@ -39,7 +39,6 @@ summarizer_option = st.selectbox(
|
|
39 |
("Custom trained on the dataset", "t5-base", "t5-one-line-summary"),
|
40 |
)
|
41 |
|
42 |
-
print(uploaded_file.name)
|
43 |
|
44 |
ps = st.empty()
|
45 |
if st.button("Process"):
|
|
|
39 |
("Custom trained on the dataset", "t5-base", "t5-one-line-summary"),
|
40 |
)
|
41 |
|
|
|
42 |
|
43 |
ps = st.empty()
|
44 |
if st.button("Process"):
|