Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title = "GPT-Neo Demo"
|
4 |
-
description = "
|
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,'],
|