lilyhof commited on
Commit
d40b89b
1 Parent(s): a906f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with demo:
109
  )
110
 
111
  # Combine interfaces into a tabbed interface
112
- gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
113
 
114
  # Launch the demo with debugging enabled
115
  demo.launch(debug=True)
 
109
  )
110
 
111
  # Combine interfaces into a tabbed interface
112
+ # gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
113
 
114
  # Launch the demo with debugging enabled
115
  demo.launch(debug=True)