Spaces:
Sleeping
Sleeping
Add Youtube tab
Browse files
app.py
CHANGED
@@ -134,6 +134,6 @@ youtube_transcribe = gr.Interface(
|
|
134 |
)
|
135 |
|
136 |
with demo:
|
137 |
-
gr.TabbedInterface([mf_transcribe, file_transcribe], ["Microphone", "Audio file"])
|
138 |
|
139 |
demo.launch()
|
|
|
134 |
)
|
135 |
|
136 |
with demo:
|
137 |
+
gr.TabbedInterface([mf_transcribe, file_transcribe, youtube_transcribe], ["Microphone", "Audio file", "Youtube Video"])
|
138 |
|
139 |
demo.launch()
|