Spaces:
Sleeping
Sleeping
Commit
·
ef92514
1
Parent(s):
d01ca18
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,5 @@ iface = gr.Interface(fn=process_image,
|
|
41 |
outputs=gr.outputs.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.outputs.Image(type="pil", label="Predicted depth"),
|
42 |
title=title,
|
43 |
description=description,
|
44 |
+
examples=examples)
|
|
|
45 |
iface.launch(debug=True)
|