app.py
CHANGED
@@ -118,7 +118,7 @@ def label_to_color_image(label):
|
|
118 |
|
119 |
iface = gr.Interface(
|
120 |
fn=greet,
|
121 |
-
inputs=
|
122 |
outputs=["plot"],
|
123 |
examples=images,
|
124 |
allow_flagging="never")
|
|
|
118 |
|
119 |
iface = gr.Interface(
|
120 |
fn=greet,
|
121 |
+
inputs="image",
|
122 |
outputs=["plot"],
|
123 |
examples=images,
|
124 |
allow_flagging="never")
|