amirgame197 commited on
Commit
caf1e8b
1 Parent(s): 4c3d27d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -46,7 +46,6 @@ iface = gr.Interface(
46
  fn=gradio_interface,
47
  inputs=[gr.Audio(type="filepath"), gr.Radio([2, 4, 5])],
48
  outputs=[gr.Audio(label="Output") for _ in range(5)],
49
- live=True
50
  )
51
 
52
  iface.launch()
 
46
  fn=gradio_interface,
47
  inputs=[gr.Audio(type="filepath"), gr.Radio([2, 4, 5])],
48
  outputs=[gr.Audio(label="Output") for _ in range(5)],
 
49
  )
50
 
51
  iface.launch()