Spaces:
Runtime error
Runtime error
Johannes
commited on
Commit
·
475cd23
1
Parent(s):
b443107
add bins in example
Browse files
app.py
CHANGED
@@ -101,5 +101,5 @@ gr.Interface(
|
|
101 |
gr.Text(label="Compressed Image Stats"),
|
102 |
gr.Plot(label="Compressed Image Histogram"),
|
103 |
gr.Plot(label="Pixel Distribution Comparison")],
|
104 |
-
examples=[["examples/hamster.jpeg", "uniform"],
|
105 |
-
["examples/racoon.png", "kmeans"]]).launch()
|
|
|
101 |
gr.Text(label="Compressed Image Stats"),
|
102 |
gr.Plot(label="Compressed Image Histogram"),
|
103 |
gr.Plot(label="Pixel Distribution Comparison")],
|
104 |
+
examples=[["examples/hamster.jpeg", "uniform", 8],
|
105 |
+
["examples/racoon.png", "kmeans", 8]]).launch()
|