Theivaprakasham commited on
Commit
5985ff4
1 Parent(s): fc1cdbc

Added Cython requirement

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ outputs = gr.outputs.Image(type="pil")
40
  examples = [['example1.jpg',0.2], ['example2.jpg',0.2]]
41
 
42
  gr_interface = gr.Interface(fn=show_preds, inputs=["image", detection_threshold_slider], outputs=outputs, title='Face Detection App', article=article,description=description, examples=examples, analytics_enabled = True, enable_queue=True)
43
- gr_interface.launch(inline=False, share=False, debug=True)
 
40
  examples = [['example1.jpg',0.2], ['example2.jpg',0.2]]
41
 
42
  gr_interface = gr.Interface(fn=show_preds, inputs=["image", detection_threshold_slider], outputs=outputs, title='Face Detection App', article=article,description=description, examples=examples, analytics_enabled = True, enable_queue=True)
43
+ gr_interface.launch(inline=False, share=True, debug=True)