Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 48 |
),
|
| 49 |
-
outputs = gr.Textbox(label = "
|
| 50 |
title = "🏺 Mythology Storyteller",
|
| 51 |
description = (
|
| 52 |
-
"Enter
|
| 53 |
-
"The model will generate
|
| 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 |
|