Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def preprocess_and_create_stylecloud(file_path, output_name='stylecloud.png',
|
|
45 |
plt.axis('off') # Eksenleri gizle
|
46 |
plt.show()
|
47 |
|
48 |
-
|
49 |
|
50 |
|
51 |
preprocess_and_create_stylecloud(file_path='AI.txt',
|
|
|
45 |
plt.axis('off') # Eksenleri gizle
|
46 |
plt.show()
|
47 |
|
48 |
+
pip install pillow==9.4
|
49 |
|
50 |
|
51 |
preprocess_and_create_stylecloud(file_path='AI.txt',
|