MrAli813 commited on
Commit
d35bcd9
·
verified ·
1 Parent(s): dcef4ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -3
app.py CHANGED
@@ -116,9 +116,15 @@ A5 = gr.HTML(
116
  ></iframe>"""),
117
  )
118
 
119
- A6 = gr.load(
120
- "PeachTechAI/Text-Summarization",
121
- theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
 
 
 
 
 
 
122
 
123
  mf_transcribe = gr.Interface(
124
  fn=transcribe,
 
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="850"
125
+ height="450"
126
+ ></iframe> """),
127
+ )
128
 
129
  mf_transcribe = gr.Interface(
130
  fn=transcribe,