Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ def predict(path):
|
|
31 |
|
32 |
gr.Interface(fn=predict,
|
33 |
inputs=[gr.inputs.Audio(source='microphone', type='filepath', optional=True)],
|
34 |
-
outputs= 'text').launch(debug=
|
|
|
31 |
|
32 |
gr.Interface(fn=predict,
|
33 |
inputs=[gr.inputs.Audio(source='microphone', type='filepath', optional=True)],
|
34 |
+
outputs= 'text').launch(debug=True)
|