Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
import random
|
2 |
from PIL import Image
|
3 |
-
import matplotlib.pyplot as plt
|
4 |
-
|
5 |
|
6 |
# Define pixel sizes for different levels
|
7 |
pixel_sizes = [128, 96, 64, 32, 24, 16, 12, 8, 4, 2]
|
|
|
1 |
import random
|
2 |
from PIL import Image
|
|
|
|
|
3 |
|
4 |
# Define pixel sizes for different levels
|
5 |
pixel_sizes = [128, 96, 64, 32, 24, 16, 12, 8, 4, 2]
|