ccaglieri commited on
Commit
86a880b
·
1 Parent(s): 0b66220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ examples = [['./noDr.png'],['./severe.png']]
120
  iface = gr.Interface(
121
  do_inference,
122
  im,
123
- outputs = [ gr.outputs.Label(num_top_classes=5), gr.outputs.Image(label='Output image', type='pil')]
124
  live=False,
125
  interpretation=None,
126
  title=title,
 
120
  iface = gr.Interface(
121
  do_inference,
122
  im,
123
+ outputs = [ gr.outputs.Label(num_top_classes=5), gr.outputs.Image(label='Output image', type='pil')],
124
  live=False,
125
  interpretation=None,
126
  title=title,