osanseviero HF staff commited on
Commit
3040efa
1 Parent(s): 5cb7ab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import gradio as gr
2
 
3
  description = "Story generation with GPT-2"
4
-
5
- title = "Generate your own story
6
  interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator",
7
  description=description,
8
  examples=[["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
 
1
  import gradio as gr
2
 
3
  description = "Story generation with GPT-2"
4
+ title = "Generate your own story"
 
5
  interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator",
6
  description=description,
7
  examples=[["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]