osanseviero HF staff commited on
Commit
131f0d6
1 Parent(s): ec77f38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ gr.Interface(mishig_me,
48
  inputs=gr.Image(label="Input Image"),
49
  outputs=gr.Image(label="Output Image"),
50
  title=title,
51
- examples=gr.Examples("images/people.jpg")
52
  description=description,
53
  article=article).launch()
54
 
 
48
  inputs=gr.Image(label="Input Image"),
49
  outputs=gr.Image(label="Output Image"),
50
  title=title,
51
+ examples=gr.Examples("images/people.jpg"),
52
  description=description,
53
  article=article).launch()
54