Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|