Vishakaraj commited on
Commit
5fadd16
·
1 Parent(s): 84f9b87

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ demo = gr.Interface(
20
  fn=predict,
21
  inputs=gr.Image(type='pil', label="Original Image"),
22
  outputs=[gr.Image(type="pil"), gr.Textbox()],
23
- examples=["example_1.jpg", "example_2.jpg"],
24
  )
25
 
26
  demo.launch()
 
20
  fn=predict,
21
  inputs=gr.Image(type='pil', label="Original Image"),
22
  outputs=[gr.Image(type="pil"), gr.Textbox()],
23
+ examples=["example_1.jpg", "example_2.jpg", "example_3.jpg"],
24
  )
25
 
26
  demo.launch()