Update app.py
Browse files
app.py
CHANGED
|
@@ -16,8 +16,7 @@ demo = gr.Interface(
|
|
| 16 |
fn=classify_audio,
|
| 17 |
inputs=gr.Audio(type="filepath"),
|
| 18 |
outputs="label",
|
| 19 |
-
examples = ['normal.wav', 'murmur.wav', 'extra_systole.wav', 'extra_hystole.wav', 'artifact.wav']
|
| 20 |
-
css=custom_css
|
| 21 |
)
|
| 22 |
|
| 23 |
gradio.Base(primary_hue("green"))
|
|
|
|
| 16 |
fn=classify_audio,
|
| 17 |
inputs=gr.Audio(type="filepath"),
|
| 18 |
outputs="label",
|
| 19 |
+
examples = ['normal.wav', 'murmur.wav', 'extra_systole.wav', 'extra_hystole.wav', 'artifact.wav']
|
|
|
|
| 20 |
)
|
| 21 |
|
| 22 |
gradio.Base(primary_hue("green"))
|