Spaces:
Sleeping
Sleeping
sbgonenc96
commited on
Commit
•
76ff5c0
1
Parent(s):
65b0420
remove resizing
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def create_stylecloud(subreddit, icon):
|
|
34 |
|
35 |
# Load the generated image
|
36 |
image = Image.open(output_file)
|
37 |
-
image = image.resize((300, 300)) # Resize the image to 300x300 pixels
|
38 |
|
39 |
# Return the image
|
40 |
return image
|
|
|
34 |
|
35 |
# Load the generated image
|
36 |
image = Image.open(output_file)
|
37 |
+
#image = image.resize((300, 300)) # Resize the image to 300x300 pixels
|
38 |
|
39 |
# Return the image
|
40 |
return image
|