Spaces:
Build error
Build error
DanielDBGC commited on
Commit ·
e220118
1
Parent(s): a40cae0
Para obs
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ gradio_app = gr.Interface(
|
|
| 11 |
predict,
|
| 12 |
inputs=gr.Audio(label="Record or upload ", sources=['upload', 'microphone'], type = 'numpy'),
|
| 13 |
outputs=[gr.Image(label="Processed Voice"), gr.Label(label="Result", num_top_classes=3)],
|
| 14 |
-
title="Guess the language",
|
| 15 |
)
|
| 16 |
|
| 17 |
if __name__ == "__main__":
|
|
|
|
| 11 |
predict,
|
| 12 |
inputs=gr.Audio(label="Record or upload ", sources=['upload', 'microphone'], type = 'numpy'),
|
| 13 |
outputs=[gr.Image(label="Processed Voice"), gr.Label(label="Result", num_top_classes=3)],
|
| 14 |
+
title="Guess the language!",
|
| 15 |
)
|
| 16 |
|
| 17 |
if __name__ == "__main__":
|