sudip2003 commited on
Commit
0f97f8b
·
verified ·
1 Parent(s): b5f073e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ demo = gr.Interface(
78
  inputs=gr.Image(type="numpy"),
79
  outputs=gr.Image(type="numpy"),
80
  title="Face Segmentation",
81
- description="Upload an image"
82
  )
83
 
84
  if __name__ == "__main__":
 
78
  inputs=gr.Image(type="numpy"),
79
  outputs=gr.Image(type="numpy"),
80
  title="Face Segmentation",
81
+ description="Upload a singale face image"
82
  )
83
 
84
  if __name__ == "__main__":