MrAli813's picture
Update app.py
1d62a4e verified
raw
history blame
370 Bytes
import gradio as gr
gr.load("models/Falconsai/text_summarization",
title="",
description="Enter Text From Documents (from paragraphs to pages) and Instantly Create A Brief Summarization.",
examples= ["This is a test.\n To see if this works.\n We'll see."],
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()