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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -44,13 +44,13 @@ interface = gr.Interface(
44
  inputs = gr.Textbox(
45
  lines = 5,
46
  label = "Incomplete Story Excerpt",
47
- placeholder = "Enter your incomplete story excerpt here..."
48
  ),
49
- outputs = gr.Textbox(label = "Complete Story with Details"),
50
  title = "🏺 Mythology Storyteller",
51
  description = (
52
- "Enter an incomplete story excerpt. "
53
- "The model will generate a complete the complete chapter."
54
  )
55
  )
56
 
 
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
  )
56