AdilEsset commited on
Commit
d00edc2
·
1 Parent(s): 17defce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Interior Segmentation",
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