Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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()
|