shamik-lseg commited on
Commit
662ff5e
1 Parent(s): d611082

Modified the tab order for the demo.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ file_transcribe = gr.Interface(
89
  )
90
 
91
  with demo:
92
- gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
93
 
94
  # demo.queue()
95
  demo.launch()
 
89
  )
90
 
91
  with demo:
92
+ gr.TabbedInterface([file_transcribe, mic_transcribe], ["Transcribe Audio File", "Transcribe Microphone"])
93
 
94
  # demo.queue()
95
  demo.launch()