dmahata commited on
Commit
e871e6b
1 Parent(s): fcb2d28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://aclanthology.org/2021.emnlp-main.499/](https://aclanthology.org/2021.emnlp-main.499/)")
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
  )