papasega commited on
Commit
f68a643
1 Parent(s): 9fdca36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,5 +46,5 @@ gr.Interface(
46
  inputs=gr.Sketchpad(label="Draw a digit", height=500, width=500),
47
  outputs="number",
48
  live=True
49
- ).launch()
50
 
 
46
  inputs=gr.Sketchpad(label="Draw a digit", height=500, width=500),
47
  outputs="number",
48
  live=True
49
+ ).launch(debug=True)
50