Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,6 @@ iface = gr.Interface(
|
|
102 |
title=title,
|
103 |
description=description,
|
104 |
allow_flagging="never",
|
105 |
-
examples=[["1.
|
106 |
)
|
107 |
iface.launch(debug=True)
|
|
|
102 |
title=title,
|
103 |
description=description,
|
104 |
allow_flagging="never",
|
105 |
+
examples=[["1.png"], ["15.png"], ["55.png"]],
|
106 |
)
|
107 |
iface.launch(debug=True)
|