Shane Weisz commited on
Commit
7ccb305
1 Parent(s): 248c1be

Change wording in description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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 = "Enter some hate speech, and see if the system generates an appropriate counterspeech response."
9
  ARTICLE = f"""
10
  **Model:** {DEFAULT_MODEL}<br>
11
  **Decoding parameters:** {DECODING_CONFIG}
 
5
  DECODING_CONFIG = {"max_new_tokens": 100, "no_repeat_ngram_size": 3, "num_beams": 10}
6
 
7
  TITLE = "AutoCounterspeech"
8
+ DESCRIPTION = "Enter some hate speech and see if the system generates an appropriate counterspeech response."
9
  ARTICLE = f"""
10
  **Model:** {DEFAULT_MODEL}<br>
11
  **Decoding parameters:** {DECODING_CONFIG}