miturkoglu96 commited on
Commit
7dd7aac
·
verified ·
1 Parent(s): 94c8a6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -18,14 +18,7 @@ def create_stylecloud(file,language,icon):
18
  output_name=output_file,
19
  )
20
 
21
- # Oluşturulan görüntüyü yükle
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