Deniel Dimitrov commited on
Commit
aefbe4c
·
1 Parent(s): 565f72e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def convert_to_ascii(image, text_size):
27
 
28
  return ascii_image
29
 
30
- def image_to_ascii(image, text_size=100):
31
  ascii_text = convert_to_ascii(image, text_size)
32
  return ascii_text
33
 
 
27
 
28
  return ascii_image
29
 
30
+ def image_to_ascii(image, text_size):
31
  ascii_text = convert_to_ascii(image, text_size)
32
  return ascii_text
33