Spaces:
Sleeping
Sleeping
Edit output from text/plain to Gradio Label
#1
by
Ar4ikov
- opened
app.py
CHANGED
@@ -13,6 +13,6 @@ demo = gr.Interface(
|
|
13 |
fn=recognize,
|
14 |
inputs=[
|
15 |
gr.Audio(source="microphone", type="filepath")
|
16 |
-
], outputs="
|
17 |
|
18 |
demo.launch()
|
|
|
13 |
fn=recognize,
|
14 |
inputs=[
|
15 |
gr.Audio(source="microphone", type="filepath")
|
16 |
+
], outputs="label")
|
17 |
|
18 |
demo.launch()
|