tfwang commited on
Commit
32d5fa3
1 Parent(s): 8fd8415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ iface = gr.Interface(fn=run, inputs=[
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
 
 
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", "sketch", 1.3, 4, 100], ["2.png", "sketch", 1.3, 4, 100],["3.png", "sketch", 1.3, 4, 100],["4.png", "mask", 1.3, 4, 100],["5.png", "mask", 1.3, 4, 100],["6.png", "mask", 1.3, 4, 100]])
226
 
227
  iface.launch(enable_queue=True)
228