Samurai719214 commited on
Commit
af494ea
·
verified ·
1 Parent(s): 510e759

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,13 +43,13 @@ interface = gr.Interface(
43
  fn = generate_full_story,
44
  inputs = gr.Textbox(
45
  lines = 5,
46
- label = "Incomplete Story Excerpt",
47
  placeholder = "Enter an excerpt from the Mahabharata here..."
48
  ),
49
  outputs = gr.Textbox(label = "Chapter summary"),
50
  title = "🏺 Mythology Storyteller",
51
  description = (
52
- "Enter a phrase from a chapter of your choice. "
53
  "The model will generate the summary of the respective chapter."
54
  )
55
  )
 
43
  fn = generate_full_story,
44
  inputs = gr.Textbox(
45
  lines = 5,
46
+ label = "Incomplete story excerpt"
47
  placeholder = "Enter an excerpt from the Mahabharata here..."
48
  ),
49
  outputs = gr.Textbox(label = "Chapter summary"),
50
  title = "🏺 Mythology Storyteller",
51
  description = (
52
+ "Enter a phrase from a chapter of your choice (if possible please enter the Parv, Key Event, & Section for an accurate answer). "
53
  "The model will generate the summary of the respective chapter."
54
  )
55
  )