ljsabc commited on
Commit
9e97291
1 Parent(s): 5e2f178

Add one more example.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ iface = gr.Interface(
71
  fn=fn,
72
  inputs=gr.Image(type="numpy"),
73
  outputs=gr.Image(type="pil"),
74
- examples=["1562990.jpg", "612898.jpg"]
75
  )
76
 
77
  iface.launch()
 
71
  fn=fn,
72
  inputs=gr.Image(type="numpy"),
73
  outputs=gr.Image(type="pil"),
74
+ examples=["1562990.jpg", "612989.jpg"]
75
  )
76
 
77
  iface.launch()