merve HF staff commited on
Commit
d485e52
β€’
1 Parent(s): cca7e91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator"
7
  gr.inputs.Textbox(lines=7, label="Story"),
8
  ],
9
  description=description,
10
- examples=[["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
11
  )
12
  interface.launch()
 
7
  gr.inputs.Textbox(lines=7, label="Story"),
8
  ],
9
  description=description,
10
+ examples=[["Adventurer is approached by a mysterious stranger in the tavern for a new quest"]]
11
  )
12
  interface.launch()