Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,7 @@ with demo:
|
|
46 |
gr.TabbedInterface(
|
47 |
[mic_transcribe,
|
48 |
file_transcribe],
|
49 |
-
|
|
|
50 |
)
|
51 |
demo.launch()
|
|
|
46 |
gr.TabbedInterface(
|
47 |
[mic_transcribe,
|
48 |
file_transcribe],
|
49 |
+
["Transcribe Microphone",
|
50 |
+
"Transcribe Audio File"],
|
51 |
)
|
52 |
demo.launch()
|