MrAli813 commited on
Commit
ba15203
·
verified ·
1 Parent(s): 2e1a64d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,5 +137,5 @@ yt_transcribe = gr.Interface(
137
  allow_flagging="never",
138
  )
139
 
140
- clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe, A4], ["Chat", "Write", "Summarize", "Audio Transcription"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
141
  clp.queue().launch()
 
137
  allow_flagging="never",
138
  )
139
 
140
+ clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe], ["Chat", "Write", "Summarize", "Audio Transcription"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
141
  clp.queue().launch()