MrAli813 commited on
Commit
c52f511
·
verified ·
1 Parent(s): b90e2b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,4 +2,5 @@ import gradio as gr
2
 
3
  gr.load("models/Falconsai/text_summarization",
4
  title="",
 
5
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()
 
2
 
3
  gr.load("models/Falconsai/text_summarization",
4
  title="",
5
+ description="Enter Text From Documents (from paragraphs to pages) and Instantly Create A Brief Summarization."
6
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()