WwYc commited on
Commit
cb60283
·
verified ·
1 Parent(s): 861f757

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ iface = gr.Interface(fn=generate_viz, inputs=[
49
  ],
50
  )
51
 
52
- iface.launch()
 
49
  ],
50
  )
51
 
52
+ iface.launch(debug=True)