Andreas Lukito commited on
Commit
99fb798
1 Parent(s): 63525da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,5 +59,5 @@ def process_image(image):
59
  image = gr.Image(type='pil')
60
  label = gr.Label()
61
 
62
- intf = gr.Interface(fn=process_image, inputs=image)
63
  intf.launch(inline=False)
 
59
  image = gr.Image(type='pil')
60
  label = gr.Label()
61
 
62
+ intf = gr.Interface(fn=process_image, inputs=image, outputs=label)
63
  intf.launch(inline=False)