Wootang01 commited on
Commit
248147f
·
1 Parent(s): c33ea7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ examples = [
8
  ["Mars, Joyce and Venus had their first day at Blazing Inventions Academy in North Point, Hong Kong. The following day, while Mars, Joyce and Venus are eating breakfast in the Academy’s hall, a green gas spreads from North Point throughout the world."]
9
  ]
10
 
11
- gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", inputs=gr.inputs.Textbox(lines=5,label="INPUT"), title=title, description=description, examples=examples).launch()
 
8
  ["Mars, Joyce and Venus had their first day at Blazing Inventions Academy in North Point, Hong Kong. The following day, while Mars, Joyce and Venus are eating breakfast in the Academy’s hall, a green gas spreads from North Point throughout the world."]
9
  ]
10
 
11
+ gr.Interface.load("EleutherAI/gpt-neo-2.7B", inputs=gr.inputs.Textbox(lines=5,label="INPUT"), title=title, description=description, examples=examples).launch()