n1kkqt commited on
Commit
17defce
1 Parent(s): e7309a2
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 (Demo for Craftwork)",
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 Interior Segmentation",
78
  examples=glob.glob('./examples/*.jpg'),
79
  allow_flagging="never",
80