Spaces:
Paused
Paused
Enabling 'share=True'
Browse files
app.py
CHANGED
@@ -378,4 +378,4 @@ iface = gr.Interface(
|
|
378 |
description="Metric3Dv2: A versatile monocular geometric foundation model for zero-shot metric depth and surface normal estimation."
|
379 |
)
|
380 |
|
381 |
-
iface.launch()
|
|
|
378 |
description="Metric3Dv2: A versatile monocular geometric foundation model for zero-shot metric depth and surface normal estimation."
|
379 |
)
|
380 |
|
381 |
+
iface.launch(share=True)
|