Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|