Travis Corrigan commited on
Commit
f139735
1 Parent(s): 1146fcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
  description = "Story generation with GPT"
3
  examples = [["An adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
4
- demo = gr.Interface.load("models/EleutherAI/gptj-6B", description=description, examples=examples)
5
  demo.launch()
 
1
  import gradio as gr
2
  description = "Story generation with GPT"
3
  examples = [["An adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
4
+ demo = gr.Interface.load("models/EleutherAI/gpt-j-6B", description=description, examples=examples)
5
  demo.launch()