Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from run_eval import run_generate
|
|
7 |
default_value = "summarize: Debanjan: Hume kaha milna chahiye? Anish: at Oculus? Debanjan: ok! 7.30 baje Anish: yup!"
|
8 |
|
9 |
st.write("# GupShup")
|
10 |
-
st.write("## Summarizing Open-Domain Code-Switched Conversations - [https://
|
11 |
task_type = st.sidebar.selectbox(
|
12 |
"Task type", ["Hinglish to English", "English to English"]
|
13 |
)
|
|
|
7 |
default_value = "summarize: Debanjan: Hume kaha milna chahiye? Anish: at Oculus? Debanjan: ok! 7.30 baje Anish: yup!"
|
8 |
|
9 |
st.write("# GupShup")
|
10 |
+
st.write("## Summarizing Open-Domain Code-Switched Conversations - [https://github.com/midas-research/gupshup](https://github.com/midas-research/gupshup)")
|
11 |
task_type = st.sidebar.selectbox(
|
12 |
"Task type", ["Hinglish to English", "English to English"]
|
13 |
)
|