Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ gr.Interface(
|
|
46 |
gr.Audio(sources=["upload", "microphone"], type="filepath", label="Upload or Record audio (WAV or MP3)"),
|
47 |
],
|
48 |
outputs=gr.components.Label(num_top_classes=3),
|
49 |
-
live=True
|
|
|
|
|
50 |
).launch()
|
51 |
-
title="GREEN PEGION CLASSIFIER",
|
52 |
-
description="Green Pegion Classifier"
|
|
|
46 |
gr.Audio(sources=["upload", "microphone"], type="filepath", label="Upload or Record audio (WAV or MP3)"),
|
47 |
],
|
48 |
outputs=gr.components.Label(num_top_classes=3),
|
49 |
+
live=True,
|
50 |
+
title="GREEN PEGION CLASSIFIER",
|
51 |
+
description="Upload or record an audio file and then wait some minutes for the output..."
|
52 |
).launch()
|
|
|
|