hriteshMaikap commited on
Commit
e424f01
·
verified ·
1 Parent(s): ee75be0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ demo = gr.Interface(
52
  description="Record your voice in Marathi and get a transcription. Click the microphone icon to start recording, then submit to transcribe."
53
  )
54
 
55
- demo.launch()
 
52
  description="Record your voice in Marathi and get a transcription. Click the microphone icon to start recording, then submit to transcribe."
53
  )
54
 
55
+ demo.launch(show_error=True)