1littlecoder commited on
Commit
40e511a
1 Parent(s): e800e83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,4 +63,4 @@ iface = gr.Interface(
63
  title="Image + Audio to Video with Waveform Overlay"
64
  )
65
 
66
- iface.launch()
 
63
  title="Image + Audio to Video with Waveform Overlay"
64
  )
65
 
66
+ iface.launch(debug = True)