tchamna commited on
Commit
0a507c0
·
1 Parent(s): f51f587

Add application file

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -433,7 +433,8 @@ iface = gr.Interface(fn=main,
433
  outputs="audio",
434
  title="Combine Audios")
435
 
436
- iface.launch(share=True,debug=True)
 
437
 
438
 
439
 
 
433
  outputs="audio",
434
  title="Combine Audios")
435
 
436
+ # iface.launch(share=True,debug=True)
437
+ iface.launch(debug=True)
438
 
439
 
440