thuyentruong commited on
Commit
974405a
1 Parent(s): 56b97ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -62,3 +62,8 @@ file_translate = gr.Interface(
62
  title=title,
63
  description=description,
64
  )
 
 
 
 
 
 
62
  title=title,
63
  description=description,
64
  )
65
+
66
+ with demo:
67
+ gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
68
+
69
+ demo.launch()