youl commited on
Commit
21b130c
1 Parent(s): a98ab4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ example_list = [["examples/" + example] for example in os.listdir("examples")]
102
  # Create the Gradio demo
103
  demo = gr.Interface(fn=predict, # mapping function from input to output
104
  inputs= image, #gr.Image(type="pil"), # what are the inputs?
105
- outputs=[out_im,out_lab]
106
  examples=example_list,
107
  title=title,
108
  description=description,
 
102
  # Create the Gradio demo
103
  demo = gr.Interface(fn=predict, # mapping function from input to output
104
  inputs= image, #gr.Image(type="pil"), # what are the inputs?
105
+ outputs=[out_im,out_lab],
106
  examples=example_list,
107
  title=title,
108
  description=description,