mindwrapped commited on
Commit
1e97661
1 Parent(s): 5e75ed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ with demo:
11
 
12
  inp.change(fn=update_value, inputs=inp, outputs=md)
13
 
14
- demo.launch()
 
11
 
12
  inp.change(fn=update_value, inputs=inp, outputs=md)
13
 
14
+ demo.launch(debug=True)