ShreeKanade07 commited on
Commit
8a7f5de
·
verified ·
1 Parent(s): 36994d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,5 +51,5 @@ gr.Interface(
51
  outputs=[
52
  gr.Image(label='Output Image')
53
  ],
54
- examples=[["IMG1.png", "IMG1_Mask.png"]], cache_examples=True
55
  ).launch(debug=True, share=True)
 
51
  outputs=[
52
  gr.Image(label='Output Image')
53
  ],
54
+ examples=[["IMG1.png", "IMG1_Mask.png",'Make it real one']], cache_examples=True
55
  ).launch(debug=True, share=True)