hgw3lss commited on
Commit
a25cd65
·
1 Parent(s): ddcd55c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ examples = [
7
  ["Love"],
8
  ["The occult"]
9
  ]
10
- gr.Interface.load("huggingface/hgw3lss/gpt-j-6B-Buckland", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
11
  title=title, description=description, article=article, examples=examples, enable_queue=True).launch()
 
7
  ["Love"],
8
  ["The occult"]
9
  ]
10
+ gr.Interface.load("models/hgw3lss/gpt-j-6B-Buckland", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
11
  title=title, description=description, article=article, examples=examples, enable_queue=True).launch()