correct model url
Browse files
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("
|
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
|