Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -44,4 +44,4 @@ with gr.Blocks() as demo:
|
|
44 |
|
45 |
audio_input.stream(transcribe_function, inputs=[audio_input, state], outputs=[state, output_text], api_name="SAMLOne_real_time")
|
46 |
|
47 |
-
demo.launch()
|
|
|
44 |
|
45 |
audio_input.stream(transcribe_function, inputs=[audio_input, state], outputs=[state, output_text], api_name="SAMLOne_real_time")
|
46 |
|
47 |
+
demo.launch(show_error=True)
|