Ahsen Khaliq commited on
Commit
0b61b18
·
1 Parent(s): 3acdd33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  title = "XLNet"
4
 
5
- description = "Gradio Demo for XLNet'. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
6
 
7
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1906.08237' target='_blank'>XLNet: Generalized Autoregressive Pretraining for Language Understanding</a></p>"
8
 
 
2
 
3
  title = "XLNet"
4
 
5
+ description = "Gradio Demo for XLNet. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
6
 
7
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1906.08237' target='_blank'>XLNet: Generalized Autoregressive Pretraining for Language Understanding</a></p>"
8