Shane Weisz commited on
Commit
6743eeb
1 Parent(s): 040f7cc

Update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  DEFAULT_MODEL = "shaneweisz/DialoGPT-finetuned-multiCONAN"
5
  DECODING_CONFIG = {"max_new_tokens": 100, "no_repeat_ngram_size": 3, "num_beams": 10}
6
 
7
- TITLE = "AutoCounterspeech"
8
  DESCRIPTION = """
9
  Built by [Shane Weisz](https://shaneweisz.com) for my MPhil project on _Automating Counterspeech in Dialogue Systems_ at Cambridge University.
10
  <br/><br/>
 
4
  DEFAULT_MODEL = "shaneweisz/DialoGPT-finetuned-multiCONAN"
5
  DECODING_CONFIG = {"max_new_tokens": 100, "no_repeat_ngram_size": 3, "num_beams": 10}
6
 
7
+ TITLE = "Automating Counterspeech in Dialogue Systems"
8
  DESCRIPTION = """
9
  Built by [Shane Weisz](https://shaneweisz.com) for my MPhil project on _Automating Counterspeech in Dialogue Systems_ at Cambridge University.
10
  <br/><br/>