Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|