Audio file first -- default?
Browse files
app.py
CHANGED
|
@@ -61,6 +61,6 @@ file_translate = gr.Interface(
|
|
| 61 |
)
|
| 62 |
|
| 63 |
with demo:
|
| 64 |
-
gr.TabbedInterface([
|
| 65 |
|
| 66 |
demo.launch(debug=True, share=True)
|
|
|
|
| 61 |
)
|
| 62 |
|
| 63 |
with demo:
|
| 64 |
+
gr.TabbedInterface([file_translate, mic_translate], ["Audio File", "Microphone"])
|
| 65 |
|
| 66 |
demo.launch(debug=True, share=True)
|