Spaces:
Running
Running
Update app.py
Browse files
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", "
|
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()
|