Update app.py
Browse files
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)
|