abhisheky127 commited on
Commit
bc3c411
1 Parent(s): bcc9686

updating debug true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,4 +100,4 @@ gui = gr.Interface(title=title,
100
  examples=transactions_and_tags)
101
 
102
  #display the interface
103
- gui.launch()
 
100
  examples=transactions_and_tags)
101
 
102
  #display the interface
103
+ gui.launch(debug=True)