Spaces:
Runtime error
Runtime error
Fix code for newer Gradio version
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def recognize(file):
|
|
112 |
|
113 |
demo = gr.Blocks()
|
114 |
|
115 |
-
outputs = gr.
|
116 |
title = "audEERING age and gender recognition"
|
117 |
description = (
|
118 |
"Recognize age and gender of a microphone recording or audio file. "
|
|
|
112 |
|
113 |
demo = gr.Blocks()
|
114 |
|
115 |
+
outputs = gr.Label()
|
116 |
title = "audEERING age and gender recognition"
|
117 |
description = (
|
118 |
"Recognize age and gender of a microphone recording or audio file. "
|