Has-ai commited on
Commit
45ca154
·
1 Parent(s): 35468c2

Update first_app.py

Browse files
Files changed (1) hide show
  1. first_app.py +1 -1
first_app.py CHANGED
@@ -7,7 +7,7 @@ examples = [["Adventurer is approached by a mysterious stranger in the tavern fo
7
  interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator",
8
  description=description,
9
  title = "Generate your own story",
10
- inputs = [gr.inputs.Textbox(lines=3, label="Start your story"), ],
11
  examples=examples
12
  )
13
 
 
7
  interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator",
8
  description=description,
9
  title = "Generate your own story",
10
+ inputs = [gr.inputs.Textbox(lines=4, label="Start your story"), ],
11
  examples=examples
12
  )
13