sanchit-gandhi HF staff commited on
Commit
3946ba6
1 Parent(s): c737803

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,6 +68,6 @@ file_translate = gr.Interface(
68
  )
69
 
70
  with demo:
71
- gr.TabbedInterface([mic_transcribe, file_transcribe], ["Microphone", "Audio File"])
72
 
73
  demo.launch()
 
68
  )
69
 
70
  with demo:
71
+ gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
72
 
73
  demo.launch()