patchbanks commited on
Commit
d68cd4c
·
verified ·
1 Parent(s): 3993699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,4 +235,4 @@ with gr.Blocks() as iface:
235
  outputs=[midi_file, audio_file]
236
  )
237
 
238
- iface.launch()
 
235
  outputs=[midi_file, audio_file]
236
  )
237
 
238
+ iface.launch(share=True)