TNK21 commited on
Commit
c71cc0f
·
1 Parent(s): 398d8c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def generate_story(prompt, word_count):
14
 
15
  # Define example inputs for the Gradio interface
16
  example_inputs = [
17
- ["Once upon a time, in a magical forest, there was a curious rabbit named Oliver."],
18
- ["Amidst the hustle and bustle of a busy city, there lived a lonely street musician."],
19
  ["On a distant planet, explorers discovered an ancient alien artifact buried in the sand.", 200],
20
  ["Hidden in the attic of an old house, a forgotten journal revealed a family secret.", 250],
21
  ["In a futuristic world, a brilliant scientist invented a time-traveling device.", 300],
 
14
 
15
  # Define example inputs for the Gradio interface
16
  example_inputs = [
17
+ ["Once upon a time, in a magical forest, there was a curious rabbit named Oliver.", 100],
18
+ ["Amidst the hustle and bustle of a busy city, there lived a lonely street musician.", 150],
19
  ["On a distant planet, explorers discovered an ancient alien artifact buried in the sand.", 200],
20
  ["Hidden in the attic of an old house, a forgotten journal revealed a family secret.", 250],
21
  ["In a futuristic world, a brilliant scientist invented a time-traveling device.", 300],