anveshg03 commited on
Commit
19f404e
·
verified ·
1 Parent(s): 6ab39e6

Enabling 'share=True'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)