Spaces:
Runtime error
Runtime error
Commit
·
362a080
1
Parent(s):
502fc28
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def processAudio(audio_file):
|
|
| 72 |
demo = gr.Interface(
|
| 73 |
fn=processAudio,
|
| 74 |
inputs=gr.Audio(),
|
| 75 |
-
outputs=gr.
|
| 76 |
examples=[
|
| 77 |
[os.path.join(os.path.dirname(__file__), "files/03-01-01-01-02-02-01.wav")],
|
| 78 |
[os.path.join(os.path.dirname(__file__), "files/03-01-07-01-02-02-01.wav")],
|
|
|
|
| 72 |
demo = gr.Interface(
|
| 73 |
fn=processAudio,
|
| 74 |
inputs=gr.Audio(),
|
| 75 |
+
outputs=gr.Label(),
|
| 76 |
examples=[
|
| 77 |
[os.path.join(os.path.dirname(__file__), "files/03-01-01-01-02-02-01.wav")],
|
| 78 |
[os.path.join(os.path.dirname(__file__), "files/03-01-07-01-02-02-01.wav")],
|