fffiloni commited on
Commit
070c9a9
·
verified ·
1 Parent(s): 839a28b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,4 +148,4 @@ def convert(audio):
148
 
149
  return image
150
 
151
- gr.Interface(fn=convert, inputs=[gr.Audio(source="upload", type="filepath")], outputs=[gr.Image()]).launch()
 
148
 
149
  return image
150
 
151
+ gr.Interface(fn=convert, inputs=[gr.Audio(sources=["upload"], type="filepath")], outputs=[gr.Image()]).launch()