SMD00 commited on
Commit
b8c56e7
·
1 Parent(s): b1cb649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -379,5 +379,5 @@ gr.Interface(
379
  [gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image")],
380
  title=title,
381
  description=description,
382
- # examples=[['a.png', ['Generate text']], ['b.png', ['Generate text','Summary','Important Sentences']], ]
383
  ).launch(enable_queue=True)
 
379
  [gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image")],
380
  title=title,
381
  description=description,
382
+ examples=[ ['face.png'], ['montains.png'],['tree.png'] ]
383
  ).launch(enable_queue=True)