Spaces:
Sleeping
Sleeping
NikhilJoson
commited on
Commit
•
0015234
1
Parent(s):
bf6fa4e
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def start_game():
|
|
45 |
current_pixel_size = PIXEL_SIZES[0]
|
46 |
pixelated_image = pixelate(current_image, current_pixel_size)
|
47 |
|
48 |
-
return pixelated_image, "Image Loaded. Guess the
|
49 |
|
50 |
# Reveal more of the image
|
51 |
def clear_more():
|
|
|
45 |
current_pixel_size = PIXEL_SIZES[0]
|
46 |
pixelated_image = pixelate(current_image, current_pixel_size)
|
47 |
|
48 |
+
return pixelated_image, "Image Loaded. Guess the Cartoon Character!"
|
49 |
|
50 |
# Reveal more of the image
|
51 |
def clear_more():
|