Spaces:
Runtime error
Runtime error
Commit
·
e078ff1
1
Parent(s):
74c4cd3
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,8 @@ if uploaded_file is not None:
|
|
36 |
|
37 |
data = bytes_data.decode("utf-8")
|
38 |
modelname = st.sidebar.radio("Choose your model",
|
39 |
-
["Bart", "Pegasus" ,"bart-large-cnn-samsum"],
|
40 |
-
help=" you can choose between
|
41 |
col1, col2 = st.columns(2)
|
42 |
|
43 |
with col1:
|
|
|
36 |
|
37 |
data = bytes_data.decode("utf-8")
|
38 |
modelname = st.sidebar.radio("Choose your model",
|
39 |
+
["Bart", "Pegasus" ,"Meeting summary(bart-large-cnn-samsum)"],
|
40 |
+
help=" you can choose between 3 models to summarize your text. More to come!", )
|
41 |
col1, col2 = st.columns(2)
|
42 |
|
43 |
with col1:
|