Commit
•
3946ba6
1
Parent(s):
c737803
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,6 @@ file_translate = gr.Interface(
|
|
68 |
)
|
69 |
|
70 |
with demo:
|
71 |
-
gr.TabbedInterface([
|
72 |
|
73 |
demo.launch()
|
|
|
68 |
)
|
69 |
|
70 |
with demo:
|
71 |
+
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
72 |
|
73 |
demo.launch()
|