Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,5 @@ iface = gr.Interface(fn=process_image,
|
|
41 |
outputs=gr.Image(type="pil", label="predicted depth"),
|
42 |
title=title,
|
43 |
description=description,
|
44 |
-
examples=examples
|
45 |
-
enable_queue=True)
|
46 |
iface.launch(debug=True)
|
|
|
41 |
outputs=gr.Image(type="pil", label="predicted depth"),
|
42 |
title=title,
|
43 |
description=description,
|
44 |
+
examples=examples)
|
|
|
45 |
iface.launch(debug=True)
|