File size: 293 Bytes
24b78ef
 
9d21188
b90e2b9
bdf38f1
b90e2b9
1
2
3
4
5
6
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.",
         theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()