MrAli813 commited on
Commit
cb315e7
·
verified ·
1 Parent(s): d56a3e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -118,9 +118,9 @@ A5 = gr.HTML(
118
 
119
  A6 = gr.load(
120
  "models/Falconsai/text_summarization",
121
- title=" ",
122
- description="Enter Text From Documents (from paragraphs to pages) and Instantly Create A Brief Summarization.",
123
- theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
124
 
125
  mf_transcribe = gr.Interface(
126
  fn=transcribe,
 
118
 
119
  A6 = gr.load(
120
  "models/Falconsai/text_summarization",
121
+ title=" ",
122
+ description="Enter Text From Documents (from paragraphs to pages) and Instantly Create A Brief Summarization.",
123
+ theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
124
 
125
  mf_transcribe = gr.Interface(
126
  fn=transcribe,