akhaliq HF staff commited on
Commit
ae73d9d
1 Parent(s): ca9e9e5

Update app.py

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