Ahsen Khaliq commited on
Commit
282b13d
1 Parent(s): 7b82c26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ description = "Gradio Demo for FlauBERT. To use it, simply add your text, or cli
7
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1912.05372' target='_blank'>FlauBERT: Unsupervised Language Model Pre-training for French</a></p>"
8
 
9
  examples = [
10
- ["Paris est la <special1> de la France."]
11
  ]
12
 
13
 
7
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1912.05372' target='_blank'>FlauBERT: Unsupervised Language Model Pre-training for French</a></p>"
8
 
9
  examples = [
10
+ ["Paris est la <special1> de la France.","flaubert_small_cased"]
11
  ]
12
 
13