Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
·
0e36809
1
Parent(s):
6172439
update examples
Browse files- gradio_pyxelate.py +1 -0
gradio_pyxelate.py
CHANGED
|
@@ -17,6 +17,7 @@ from pyxelate import Pyx, Pal
|
|
| 17 |
|
| 18 |
# ----------- Settings -----------
|
| 19 |
examples = sorted(glob(os.path.join('examples', '*.jpg')))
|
|
|
|
| 20 |
|
| 21 |
# ----------- Logging -----------
|
| 22 |
logger.add('app.log', mode='a')
|
|
|
|
| 17 |
|
| 18 |
# ----------- Settings -----------
|
| 19 |
examples = sorted(glob(os.path.join('examples', '*.jpg')))
|
| 20 |
+
examples = [[image_file, 5, 5, 'none', 'none'] for image_file in examples]
|
| 21 |
|
| 22 |
# ----------- Logging -----------
|
| 23 |
logger.add('app.log', mode='a')
|