Spaces:
Build error
Build error
Commit
·
e3d9fb4
1
Parent(s):
9758654
remove "transcribe" prefix from tab headings
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ if __name__ == "__main__":
|
|
171 |
demo = gr.Blocks()
|
172 |
|
173 |
with demo:
|
174 |
-
gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["
|
175 |
|
176 |
demo.queue(max_size=3)
|
177 |
demo.launch(show_api=False)
|
|
|
171 |
demo = gr.Blocks()
|
172 |
|
173 |
with demo:
|
174 |
+
gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["Microphone", "Audio File", "YouTube"])
|
175 |
|
176 |
demo.queue(max_size=3)
|
177 |
demo.launch(show_api=False)
|