Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
import gradio as gr
|
2 |
from gradio import mix
|
3 |
|
4 |
-
title = "
|
5 |
-
description = "Gradio Demo for
|
6 |
|
7 |
|
8 |
examples = [
|
9 |
-
['
|
10 |
]
|
11 |
|
12 |
io = gr.Interface.load("keras-io/text-generation-miniature-gpt")
|
|
|
1 |
import gradio as gr
|
2 |
from gradio import mix
|
3 |
|
4 |
+
title = "Miniature GPT"
|
5 |
+
description = "Gradio Demo for a miniature GPT. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
|
6 |
|
7 |
|
8 |
examples = [
|
9 |
+
['A kid is playing']
|
10 |
]
|
11 |
|
12 |
io = gr.Interface.load("keras-io/text-generation-miniature-gpt")
|