tech-rakesh-ai commited on
Commit
fb6e2cd
·
verified ·
1 Parent(s): cecfdca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ gr.close_all()
18
  demo = gr.Interface(fn=summary,
19
  inputs=[gr.Textbox(label="Input text to summarize", lines=6)],
20
  outputs=[gr.Textbox(label="Summarized text", lines=4)],
21
- title="@CreativeAI Studio India: Text Summarizer",
22
  description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
23
  demo.launch()
 
18
  demo = gr.Interface(fn=summary,
19
  inputs=[gr.Textbox(label="Input text to summarize", lines=6)],
20
  outputs=[gr.Textbox(label="Summarized text", lines=4)],
21
+ title="@CreativeAI: Text Summarizer",
22
  description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
23
  demo.launch()