johnrobinsn commited on
Commit
08b9599
·
verified ·
1 Parent(s): aa37aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ iface = gr.Interface(fn=process_image,
53
  cache_examples=False,
54
  css='#depth-viewer: {height:300px;}')
55
 
56
- iface.launch()
 
53
  cache_examples=False,
54
  css='#depth-viewer: {height:300px;}')
55
 
56
+ iface.launch(debug=True)