oluinioluwa814 commited on
Commit
6b50ae3
·
verified ·
1 Parent(s): 0ef9601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ gr.close_all()
14
 
15
  demo = gr.Interface(
16
  fn=summary,
17
- inputs=[gr.Texbox(label="input Note to summarize", lines=6)],
18
- outputs=[gr.Texbox(label="summarize Note", lines=6)],
19
  title="3mtt GenAi project: Note summarize ",
20
  description="This application will be used to summeraize note")
21
 
 
14
 
15
  demo = gr.Interface(
16
  fn=summary,
17
+ inputs=[gr.Textbox(label="input Note to summarize", lines=6)],
18
+ outputs=[gr.Textbox(label="summarize Note", lines=6)],
19
  title="3mtt GenAi project: Note summarize ",
20
  description="This application will be used to summeraize note")
21