johnrobinsn
commited on
Update app.py
Browse files
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)
|