JUGGHM commited on
Commit
b32440e
·
1 Parent(s): bb2c20f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ demo = gr.Interface(
88
  inputs=[gr.Image(type='pil', label="Original Image")],
89
  outputs=[gr.Image(type="pil",label="Output Depth")],
90
  title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch(enable_queue=True,cache_examples=True)
91
- #demo.launch()
 
88
  inputs=[gr.Image(type='pil', label="Original Image")],
89
  outputs=[gr.Image(type="pil",label="Output Depth")],
90
  title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch(enable_queue=True,cache_examples=True)
91
+ demo.launch(enable_queue=True,cache_examples=True)