hagenw commited on
Commit
360a832
·
1 Parent(s): 43d5fcb

Fix code for newer Gradio version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def recognize(file):
112
 
113
  demo = gr.Blocks()
114
 
115
- outputs = gr.outputs.Label()
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. "