Spaces:
Build error
Build error
tmp
Browse files
app.py
CHANGED
@@ -184,6 +184,6 @@ iface = gr.Interface(
|
|
184 |
description=description,
|
185 |
article=article,
|
186 |
css=css,
|
187 |
-
examples=[["chateau_1.png", "chateau_2.png", 3, 100]],
|
188 |
)
|
189 |
iface.launch(enable_queue=True)
|
|
|
184 |
description=description,
|
185 |
article=article,
|
186 |
css=css,
|
187 |
+
examples=[["chateau_1.png", "chateau_2.png", 3, 100, '55,14,5,4,52,57,40,9']],
|
188 |
)
|
189 |
iface.launch(enable_queue=True)
|