amish1729 commited on
Commit
a4266a3
·
1 Parent(s): a035573

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ demo = gr.Interface(
35
  title= "Lightweight network for face unmasking",
36
  description= "This is a demo of a <b>Lightweight network for face unmasking</b> \
37
  designed to provide a powerful and efficient solution for restoring facial details obscured by masks.<br> \
38
- To use it, simply upload your image, or click one of the examples to load them.",
39
  fn = main,
40
  inputs= gr.Image(type="filepath").style(height=256),
41
  outputs=gr.Image(type='numpy',shape=(256, 256, 3)).style(height=256),
 
35
  title= "Lightweight network for face unmasking",
36
  description= "This is a demo of a <b>Lightweight network for face unmasking</b> \
37
  designed to provide a powerful and efficient solution for restoring facial details obscured by masks.<br> \
38
+ To use it, simply upload your image, or click one of the examples to load them. Inference in demo may take some time because of connectivity reasons.",
39
  fn = main,
40
  inputs= gr.Image(type="filepath").style(height=256),
41
  outputs=gr.Image(type='numpy',shape=(256, 256, 3)).style(height=256),