CharlieAmalet commited on
Commit
564ce2e
·
verified ·
1 Parent(s): 3c0185f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ with gr.Blocks(css=css) as API:
88
  generate_btn.click(process_image, inputs=inputs, outputs=outputs, api_name="generate_depth")
89
 
90
  if __name__ == '__main__':
91
- API.launch()
 
88
  generate_btn.click(process_image, inputs=inputs, outputs=outputs, api_name="generate_depth")
89
 
90
  if __name__ == '__main__':
91
+ API.launch(share=True)