Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|