ljsabc commited on
Commit
1187a16
1 Parent(s): 4da24ac

Add one more example.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ iface = gr.Interface(
71
  fn=fn,
72
  inputs=gr.Image(type="numpy"),
73
  outputs=gr.Image(type="pil"),
74
- examples=["1562990.jpg"]
75
  )
76
 
77
- iface.launch(queue=True)
78
 
 
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()
78