MrAli813 commited on
Commit
94faa55
1 Parent(s): 7d6200b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,7 +122,7 @@ A6 = gr.HTML(
122
  <iframe
123
  src="https://peachtechai-text-summarization.hf.space"
124
  frameborder="0"
125
- width="1245"
126
  height="1000"
127
  ></iframe> """),
128
  )
@@ -153,5 +153,5 @@ yt_transcribe = gr.Interface(
153
  allow_flagging="never",
154
  )
155
 
156
- clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe, yt_transcribe, A3, A4], ["Chat", "Write", "Summarize", "Audio Transcription", "Video Transcription", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
157
  clp.queue().launch()
 
122
  <iframe
123
  src="https://peachtechai-text-summarization.hf.space"
124
  frameborder="0"
125
+ width="1285"
126
  height="1000"
127
  ></iframe> """),
128
  )
 
153
  allow_flagging="never",
154
  )
155
 
156
+ clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe, A3, A4], ["Chat", "Write", "Summarize", "Audio Transcription", "Video Transcription", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
157
  clp.queue().launch()