Samurai719214 commited on
Commit
03542e5
·
verified ·
1 Parent(s): af494ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),