Addai commited on
Commit
f71e698
1 Parent(s): 0d004be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ description = "<p style='text-align: center'><b>As a radiologist or oncologist,
18
  article="<p style='text-align: center'>Web app is built and managed by Addai Fosberg<b></p>"
19
  examples = ['img1.jpeg', 'img2.jpeg']
20
  enable_queue=True
 
21
  #interpretation='default'
22
 
23
  gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,enable_queue=enable_queue).launch()
 
18
  article="<p style='text-align: center'>Web app is built and managed by Addai Fosberg<b></p>"
19
  examples = ['img1.jpeg', 'img2.jpeg']
20
  enable_queue=True
21
+
22
  #interpretation='default'
23
 
24
  gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,enable_queue=enable_queue).launch()