Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ examples = ['代わる.mp3','大丈夫な.mp3','熱くない.mp3']
|
|
31 |
|
32 |
enable_queue=True
|
33 |
|
34 |
-
gr.Interface(fn=predict,inputs=gr.inputs.Audio(source='microphone', type='filepath'),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article
|
|
|
31 |
|
32 |
enable_queue=True
|
33 |
|
34 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Audio(source='microphone', type='filepath'),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples).launch(debug=True,share=True,enable_queue=enable_queue)
|