Spaces:
Running
Running
fixed examples
Browse files- .github/workflows/main.yaml +1 -1
- app.py +1 -1
.github/workflows/main.yaml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://kuko6:[email protected]/spaces/kuko6/pixel-filter main
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push https://kuko6:[email protected]/spaces/kuko6/pixel-filter spaces:main
|
app.py
CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks() as demo:
|
|
58 |
examples=[
|
59 |
["example_images/bananas.jpg", 16, False, True, 8],
|
60 |
["example_images/scream.jpg", 16, False, True, 4],
|
61 |
-
["example_images/cat.jpg", 32, True, False, None],
|
62 |
["example_images/ducks.jpg", 4, False, True, 2],
|
63 |
],
|
64 |
inputs=[img, pixel_size, blur, use_palette, k],
|
|
|
58 |
examples=[
|
59 |
["example_images/bananas.jpg", 16, False, True, 8],
|
60 |
["example_images/scream.jpg", 16, False, True, 4],
|
61 |
+
# ["example_images/cat.jpg", 32, True, False, None],
|
62 |
["example_images/ducks.jpg", 4, False, True, 2],
|
63 |
],
|
64 |
inputs=[img, pixel_size, blur, use_palette, k],
|