MrAli813 commited on
Commit
145fb5d
·
verified ·
1 Parent(s): 2ecfb53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,5 +142,5 @@ yt_transcribe = gr.Interface(
142
  allow_flagging="never",
143
  )
144
 
145
- clp = gr.TabbedInterface([A1, A5, mf_transcribe, yt_transcribe, A3, A4], ["Chat", "Write", "Transcribe", "Transcribe YouTube Videos", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
146
  clp.queue().launch()
 
142
  allow_flagging="never",
143
  )
144
 
145
+ clp = gr.TabbedInterface([A1, A5, mf_transcribe, yt_transcribe, A3, A4], ["Chat", "Write", "Audio Transcription", "Video Transcription", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
146
  clp.queue().launch()