s03f3ff commited on
Commit
e0eb5a2
·
verified ·
1 Parent(s): 8d4c8b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def launch(input):
11
  return out2[0]['summarized notes']
12
 
13
  iface = gr.Interface(launch,
14
- inputs=gr.Image(type='pil'),
15
  outputs="text")
16
 
17
  iface.launch()
 
11
  return out2[0]['summarized notes']
12
 
13
  iface = gr.Interface(launch,
14
+ inputs=gr.Audio(type='mp3'),
15
  outputs="text")
16
 
17
  iface.launch()