Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ if __name__ == "__main__":
|
|
227 |
else:
|
228 |
iface = gr.Interface(
|
229 |
fn=process_audio,
|
230 |
-
inputs=[gr.
|
231 |
-
outputs=
|
232 |
)
|
233 |
iface.launch()
|
|
|
227 |
else:
|
228 |
iface = gr.Interface(
|
229 |
fn=process_audio,
|
230 |
+
inputs=[gr.Audio(source="upload"), gr.Radio(['tiny','small','medium'])],
|
231 |
+
outputs='audio'
|
232 |
)
|
233 |
iface.launch()
|