Jezia commited on
Commit
1ef77d6
·
1 Parent(s): 0235d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,12 +1,12 @@
1
  import gradio as gr
2
  from gradio import mix
3
 
4
- title = "RUGPT3"
5
- description = "Gradio Demo for RUGPT3. 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
- ['Меня зовут Томас и мой основной']
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")