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