un-index commited on
Commit
4af6576
·
1 Parent(s): 1ff347c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ examples = [
8
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
9
  ]
10
 
11
- gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", api_key="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",
12
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
13
  title=title, examples=examples).launch();
14
 
 
8
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
9
  ]
10
 
11
+ gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
12
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
13
  title=title, examples=examples).launch();
14