Teapack1 commited on
Commit
51a2f53
1 Parent(s): 2edd588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,5 +30,6 @@ with demo:
30
  gr.TabbedInterface(
31
  [mic_transcribe],
32
  ["Transcribe Microphone"],
 
33
 
34
  demo.launch(debug=True)
 
30
  gr.TabbedInterface(
31
  [mic_transcribe],
32
  ["Transcribe Microphone"],
33
+ )
34
 
35
  demo.launch(debug=True)