DanielDBGC commited on
Commit
e91fc04
·
1 Parent(s): afdda8d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def predict(input_sound):
16
  gradio_app = gr.Interface(
17
  predict,
18
  inputs= 'Test'#gr.Audio(label="Record or upload someone speaking!", sources=['upload', 'microphone'], type = 'numpy'),
19
- outputs=#[gr.Label(label="Result", num_top_classes=3)],
20
  title="Guess the language!",
21
  )
22
 
 
16
  gradio_app = gr.Interface(
17
  predict,
18
  inputs= 'Test'#gr.Audio(label="Record or upload someone speaking!", sources=['upload', 'microphone'], type = 'numpy'),
19
+ outputs=[gr.Label(label="Result", num_top_classes=3)],
20
  title="Guess the language!",
21
  )
22