Spaces:
Running
Running
File size: 370 Bytes
24b78ef 9d21188 b90e2b9 bdf38f1 1d62a4e b90e2b9 |
1 2 3 4 5 6 7 |
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() |