ganeshkamath89 commited on
Commit
6b5d349
·
verified ·
1 Parent(s): b57fa71

Updating the title of inputs and outputs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ demo = gr.Interface (
15
  ["Fate has it's own plans for the common man, which is why we philosophise on the observationg giving it our own interpretation."],
16
  ["The bear reached the river and spotted a school of fish. His hunger started taking its toll."]
17
  ],
18
- inputs=[gr.Textbox(lines=7, label="Story URL")],
19
- outputs=[gr.Textbox(lines=7, label="Story Summary")]
20
  )
21
 
22
  demo.launch(share=True)
 
15
  ["Fate has it's own plans for the common man, which is why we philosophise on the observationg giving it our own interpretation."],
16
  ["The bear reached the river and spotted a school of fish. His hunger started taking its toll."]
17
  ],
18
+ inputs=[gr.Textbox(lines=7, label="Story")],
19
+ outputs=[gr.Textbox(lines=7, label="Story NER")]
20
  )
21
 
22
  demo.launch(share=True)