tfwang commited on
Commit
b031067
1 Parent(s): 430429e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -221,7 +221,8 @@ iface = gr.Interface(fn=run, inputs=[
221
  outputs=[image],
222
  css=css,
223
  title="Generate images from sketches with PITI",
224
- description="<div>By uploading a sketch map or a semantic map and pressing submit, you can generate images based on your input.</div>")
 
225
 
226
  iface.launch(enable_queue=True)
227
 
 
221
  outputs=[image],
222
  css=css,
223
  title="Generate images from sketches with PITI",
224
+ description="<div>By uploading a sketch map or a semantic map and pressing submit, you can generate images based on your input.</div>",
225
+ examples=[["1.png"], ["2.png"],["3.png"],["4.png"],["5.png"],["6.png"]])
226
 
227
  iface.launch(enable_queue=True)
228