Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ 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"),
|
|
|
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"),
|