youl commited on
Commit
d61e4d4
·
1 Parent(s): b5bf50b

Update app.py

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