Emkay commited on
Commit
c1cea41
1 Parent(s): 1e7a975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ examples = [
18
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
19
  ]
20
 
21
- gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
22
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
23
  title=title,description=description,
24
  article=article,
 
18
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
19
  ]
20
 
21
+ gr.Interface.load("huggingface/togethercomputer/GPT-JT-6B-v1",
22
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
23
  title=title,description=description,
24
  article=article,