DLBot commited on
Commit
444a35c
·
verified ·
1 Parent(s): ca151e5

allow sharing

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,5 +13,5 @@ img=gr.Image(type="pil")
13
  label=gr.Label()
14
  examples=["0.jpeg","2.jpeg","4.jpeg"]
15
 
16
- intf=gr.Interface(title="PCa Detection ProtoType",description="This is Protorype for our model presiction",fn=classify_images,inputs=img,outputs=label,examples=examples)
17
- intf.launch(inline=False)
 
13
  label=gr.Label()
14
  examples=["0.jpeg","2.jpeg","4.jpeg"]
15
 
16
+ intf=gr.Interface(title="PCa Detection ProtoType",description="This is Protorype for our model prediction",fn=classify_images,inputs=img,outputs=label,examples=examples)
17
+ intf.launch(inline=False,share=True)