Travis Corrigan commited on
Commit
ec63565
1 Parent(s): e685546

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ 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-neo-1.3B", description=description, examples=examples)
5
- demo.launch(share=True)
 
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-neo-1.3B", description=description, examples=examples)
5
+ demo.launch()