Emkay commited on
Commit
dcc4622
1 Parent(s): d60bf1e
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,13 +11,13 @@ Link to blog post below 👇"
11
 
12
 
13
  examples = [
14
- ['The Twin tower is 452 metrestall,'],
15
  ["The Moon's orbit around Earth has"],
16
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
17
  ]
18
 
19
  gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
20
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
21
- title=title,description=description,
22
  examples=examples,
23
- enable_queue=True).launch()
 
11
 
12
 
13
  examples = [
14
+ ['Kuala Lumpur is the capital of Malaysia,'],
15
  ["The Moon's orbit around Earth has"],
16
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
17
  ]
18
 
19
  gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
20
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
21
+ title=title,description=description,
22
  examples=examples,
23
+ enable_queue=True).launch()