MrAli813 commited on
Commit
26dc0a6
1 Parent(s): 5d8def8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -10
app.py CHANGED
@@ -116,16 +116,12 @@ A5 = gr.HTML(
116
  ></iframe>"""),
117
  )
118
 
119
- A6 = gr.HTML(
120
- value=("""
121
- <iframe
122
- src="https://peachtechai-text-summarization.hf.space"
123
- frameborder="0"
124
- width="1245"
125
- height="1450"
126
- ></iframe>"""),
127
- )
128
-
129
  mf_transcribe = gr.Interface(
130
  fn=transcribe,
131
  inputs=[
 
116
  ></iframe>"""),
117
  )
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,
127
  inputs=[