gitfreder commited on
Commit
297bef2
·
verified ·
1 Parent(s): 21e84d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ def downsyndrome_gradio_inference(img_file):
62
 
63
 
64
  iface = gr.Interface(fn=downsyndrome_gradio_inference, inputs=gr.Image(type='pil'), outputs=gr.JSON(), title="Down Syndrome Detection", description="A model interfaces that detect downsyndrom children from the photo")
65
- iface.launch()
 
62
 
63
 
64
  iface = gr.Interface(fn=downsyndrome_gradio_inference, inputs=gr.Image(type='pil'), outputs=gr.JSON(), title="Down Syndrome Detection", description="A model interfaces that detect downsyndrom children from the photo")
65
+ iface.launch(share=True)