rmayormartins
commited on
Commit
•
3b01ecb
1
Parent(s):
0a494dc
Subindo arquivos37
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ description_html = """
|
|
59 |
# Interface do Gradio
|
60 |
interface = gr.Interface(
|
61 |
fn=classify_accent,
|
62 |
-
inputs=gr.Audio(type="numpy"
|
63 |
outputs="label",
|
64 |
title="Clasificador de Sotaques (Español vs Otro)",
|
65 |
description=description_html
|
|
|
59 |
# Interface do Gradio
|
60 |
interface = gr.Interface(
|
61 |
fn=classify_accent,
|
62 |
+
inputs=gr.Audio(type="numpy"),
|
63 |
outputs="label",
|
64 |
title="Clasificador de Sotaques (Español vs Otro)",
|
65 |
description=description_html
|