jcanfield commited on
Commit
f670e89
1 Parent(s): 69f1ee6

Making public

Browse files

set launch(share=True) for public access

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ iface = gr.Interface(fn=alz_mri_classification,
20
  outputs="json",
21
  examples=example_image_paths,
22
  title="Alzheimer Recognition from MRI")
23
- iface.launch()
 
20
  outputs="json",
21
  examples=example_image_paths,
22
  title="Alzheimer Recognition from MRI")
23
+ iface.launch(share=True)