MrAli813 commited on
Commit
1d62a4e
·
verified ·
1 Parent(s): bdf38f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,4 +3,5 @@ import gradio as gr
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()
 
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
+ examples= ["This is a test.\n To see if this works.\n We'll see."],
7
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()