aliabd HF staff commited on
Commit
c6dde70
1 Parent(s): 6fbe701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  title = "GPT-Neo Demo"
4
- description = "demo for GPT-Neo by EleutherAI for text generation. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
5
  article = "<p style='text-align: center'><a href='http://github.com/eleutherai/gpt-neo'>GPT-Neo: Large Scale Autoregressive Language Modeling with Mesh-Tensorflow</a></p>"
6
  examples = [
7
  ['The tower is 324 metres (1,063 ft) tall,'],
1
  import gradio as gr
2
 
3
  title = "GPT-Neo Demo"
4
+ description = "An implementation of model & data parallel GPT3-like models using the mesh-tensorflow library. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
5
  article = "<p style='text-align: center'><a href='http://github.com/eleutherai/gpt-neo'>GPT-Neo: Large Scale Autoregressive Language Modeling with Mesh-Tensorflow</a></p>"
6
  examples = [
7
  ['The tower is 324 metres (1,063 ft) tall,'],