Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ demo = gr.Interface(
|
|
74 |
gradio_process,
|
75 |
inputs=gr.inputs.Image(type="pil"),
|
76 |
outputs=gr.outputs.Image(type="pil"),
|
77 |
-
title="Semantic
|
78 |
examples=glob.glob('./examples/*.jpg'),
|
79 |
allow_flagging="never",
|
80 |
|
|
|
74 |
gradio_process,
|
75 |
inputs=gr.inputs.Image(type="pil"),
|
76 |
outputs=gr.outputs.Image(type="pil"),
|
77 |
+
title="Semantic Segmentation",
|
78 |
examples=glob.glob('./examples/*.jpg'),
|
79 |
allow_flagging="never",
|
80 |
|