Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,14 +18,7 @@ def create_stylecloud(file,language,icon):
|
|
| 18 |
output_name=output_file,
|
| 19 |
)
|
| 20 |
|
| 21 |
-
# Oluşturulan
|
| 22 |
-
image = Image.open(output_file)
|
| 23 |
-
#image = image.resize((300, 300)) # Resmi 300x300 piksele yeniden boyutlandırın
|
| 24 |
-
|
| 25 |
-
# Görüntüyü Getir
|
| 26 |
-
return image
|
| 27 |
-
|
| 28 |
-
#oluşturulan kelime bulutunun dosya adı
|
| 29 |
return output_file
|
| 30 |
'''
|
| 31 |
Extra paretmetreler
|
|
|
|
| 18 |
output_name=output_file,
|
| 19 |
)
|
| 20 |
|
| 21 |
+
# Oluşturulan kelime bulutunun dosya adı (Görüntüyü Getir)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
return output_file
|
| 23 |
'''
|
| 24 |
Extra paretmetreler
|