philsco commited on
Commit
b96ee62
·
1 Parent(s): a07f98e

correct model url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ description = "Story generation with GPT-2"
5
  title = "Generate your own story"
6
  examples = [["US Aircraft Carrier goes through a wormhole and finds itself in the Pacific Ocean on December 6, 1941"], ["Construction worker digs up what appears to be his own future grave."]]
7
 
8
- interface = gr.load("huggingface/pranavpsv/gpt2-genre-story-generator",
9
  src="models",
10
  title=description,
11
  examples=examples
 
5
  title = "Generate your own story"
6
  examples = [["US Aircraft Carrier goes through a wormhole and finds itself in the Pacific Ocean on December 6, 1941"], ["Construction worker digs up what appears to be his own future grave."]]
7
 
8
+ interface = gr.load("pranavpsv/gpt2-genre-story-generator",
9
  src="models",
10
  title=description,
11
  examples=examples