Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
)
|